aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/math/expm1.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/fn/math/expm1.js')
-rw-r--r--node_modules/core-js/fn/math/expm1.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/core-js/fn/math/expm1.js b/node_modules/core-js/fn/math/expm1.js
new file mode 100644
index 00000000..576f9e9b
--- /dev/null
+++ b/node_modules/core-js/fn/math/expm1.js
@@ -0,0 +1,2 @@
+require('../../modules/es6.math.expm1');
+module.exports = require('../../modules/_core').Math.expm1;