diff options
Diffstat (limited to 'node_modules/core-js/fn/math')
-rw-r--r-- | node_modules/core-js/fn/math/iaddh.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/math/imulh.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/math/isubh.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/math/umulh.js | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/core-js/fn/math/iaddh.js b/node_modules/core-js/fn/math/iaddh.js new file mode 100644 index 000000000..cae754ee1 --- /dev/null +++ b/node_modules/core-js/fn/math/iaddh.js @@ -0,0 +1,2 @@ +require('../../modules/es7.math.iaddh'); +module.exports = require('../../modules/_core').Math.iaddh;
\ No newline at end of file diff --git a/node_modules/core-js/fn/math/imulh.js b/node_modules/core-js/fn/math/imulh.js new file mode 100644 index 000000000..3b47bf8c2 --- /dev/null +++ b/node_modules/core-js/fn/math/imulh.js @@ -0,0 +1,2 @@ +require('../../modules/es7.math.imulh'); +module.exports = require('../../modules/_core').Math.imulh;
\ No newline at end of file diff --git a/node_modules/core-js/fn/math/isubh.js b/node_modules/core-js/fn/math/isubh.js new file mode 100644 index 000000000..e120e423f --- /dev/null +++ b/node_modules/core-js/fn/math/isubh.js @@ -0,0 +1,2 @@ +require('../../modules/es7.math.isubh'); +module.exports = require('../../modules/_core').Math.isubh;
\ No newline at end of file diff --git a/node_modules/core-js/fn/math/umulh.js b/node_modules/core-js/fn/math/umulh.js new file mode 100644 index 000000000..d93b9ae05 --- /dev/null +++ b/node_modules/core-js/fn/math/umulh.js @@ -0,0 +1,2 @@ +require('../../modules/es7.math.umulh'); +module.exports = require('../../modules/_core').Math.umulh;
\ No newline at end of file |