1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-11-17 07:52:40 +01:00
my-idlers/node_modules/es5-ext/math/imul/index.js

4 lines
95 B
JavaScript
Raw Normal View History

"use strict";
module.exports = require("./is-implemented")() ? Math.imul : require("./shim");