2.0.0 • Published 5 years ago

imul v2.0.0

Weekly downloads
26,073
License
MIT
Repository
github
Last release
5 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