Package Exports
- pythonprint
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pythonprint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pythonprint
pythonprint lets you use python's print() function instead of JavaScript's console.log() (tedious) function.
Installation
Use the package manager npm to install foobar.
npm install pythonprintUsage
const print = require("pythonprint")
//returns 'word'
print('word')
//returns 'goose'
print('goose')
//returns 'phenomenon'
print('phenomenon')Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.