BigInt
BigInt namespace.
Usage
var ns = require( '@stdlib/bigint' ); ns
BigInt namespace.
var o = ns; // returns {...} The namespace contains the following:
- BigInt( value ): BigInt factory.
Examples
var objectKeys = require( '@stdlib/utils/keys' ); var ns = require( '@stdlib/bigint' ); console.log( objectKeys( ns ) );