UNPKG

aureooms-js-number

Version:

Primitive number type arithmetic for JavaScript

15 lines (13 loc) 298 B
The code needs a ES2015+ polyfill to work, for example [babel-polyfill](https://babeljs.io/docs/usage/polyfill). ```js require( 'babel-polyfill' ) ; // or import 'babel-polyfill' ; ``` Then ```js const number = require( 'aureooms-js-number' ) ; // or import number from 'aureooms-js-number' ; ```