mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-17 07:52:40 +01:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
|
"use strict";
|
||
|
|
||
|
module.exports = require("./is-implemented")() ? Math.imul : require("./shim");
|