// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
jsbn
[ PARENT ]
EDIT :: example.js
var BigInteger = require('./'); var a = new BigInteger('91823918239182398123'); console.log(a.bitLength());
SAVE
CANCEL