2.0.0 • Published 4 years ago

imul v2.0.0

Weekly downloads
26,073
License
MIT
Repository
github
Last release
4 years ago

imul

ES2015 Math.imul() ponyfill

Install

$ npm install --save imul

Usage

var imul = require('imul');

imul(2, 4);
//=> 8

License

MIT © Sindre Sorhus