Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 434 Bytes

readme.md

File metadata and controls

29 lines (16 loc) · 434 Bytes

Deprecated as this is now natively available in all modern browsers and Node.js versions.


imul

ES2015 Math.imul() ponyfill

Install

$ npm install --save imul

Usage

var imul = require('imul');

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

License

MIT © Sindre Sorhus