aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/es/math/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/es/math/index.js')
-rw-r--r--node_modules/core-js/es/math/index.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/core-js/es/math/index.js b/node_modules/core-js/es/math/index.js
new file mode 100644
index 0000000..8986227
--- /dev/null
+++ b/node_modules/core-js/es/math/index.js
@@ -0,0 +1,21 @@
+require('../../modules/es.math.acosh');
+require('../../modules/es.math.asinh');
+require('../../modules/es.math.atanh');
+require('../../modules/es.math.cbrt');
+require('../../modules/es.math.clz32');
+require('../../modules/es.math.cosh');
+require('../../modules/es.math.expm1');
+require('../../modules/es.math.fround');
+require('../../modules/es.math.hypot');
+require('../../modules/es.math.imul');
+require('../../modules/es.math.log10');
+require('../../modules/es.math.log1p');
+require('../../modules/es.math.log2');
+require('../../modules/es.math.sign');
+require('../../modules/es.math.sinh');
+require('../../modules/es.math.tanh');
+require('../../modules/es.math.to-string-tag');
+require('../../modules/es.math.trunc');
+var path = require('../../internals/path');
+
+module.exports = path.Math;