Files
setup-haskell/node_modules/jsbn/example.js
Timothy Clem 63b90beb0c npm audit fix
2019-09-30 10:04:01 -07:00

3 lines
107 B
JavaScript

var BigInteger = require('./');
var a = new BigInteger('91823918239182398123');
console.log(a.bitLength());