1.1.0 • Published 7 years ago
pyprint-js
Licence
UNLICENSED
Version
1.1.0
Deps
0
Size
7 kB
Vulns
0
Weekly
0
PyPrint.JS
print() function in JavaScript
npm install pyprint-js
OR
npm i -g pyprint-js
Use in ES6 or higher:
const print = require('pyprint-js')
let x = 32*16
print(x)
Output:
=> 512