pythonprint
v1.0.3
Published
Lets you use 'print()' function instead of console.log()
Downloads
4
Maintainers
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 pythonprint
Usage
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.