Skip to content

JSBI is a pure-JavaScript implementation of the official ECMAScript BigInt proposal.

License

Notifications You must be signed in to change notification settings

GoogleChromeLabs/jsbi

Repository files navigation

JSBI — pure-JavaScript BigInts Build status jsbi on npm

JSBI is a pure-JavaScript implementation of the ECMAScript BigInt proposal, which officially became a part of the JavaScript language in ES2020.

Installation

npm install jsbi --save

Usage