UNPKG

bigjs-es6

Version:

Module exporting big.js library object as ES6 style default field

18 lines (11 loc) 271 B
# BigJS for ES6 Module exporting [big.js](https://github.com/MikeMcl/big.js/) library object as ES6 style default field. ## Installation ``` npm install bigjs-es6 ``` ## Usage ```javascript import Big from 'bigjs-es6'; var bigValue = Big(123); ```