bigjs-es6
v1.0.0
Published
Module exporting big.js library object as ES6 style default field
Downloads
12
Readme
BigJS for ES6
Module exporting big.js library object as ES6 style default field.
Installation
npm install bigjs-es6
Usage
import Big from 'bigjs-es6';
var bigValue = Big(123);