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