aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/math/cbrt.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/fn/math/cbrt.js')
-rw-r--r--node_modules/core-js/fn/math/cbrt.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/core-js/fn/math/cbrt.js b/node_modules/core-js/fn/math/cbrt.js
new file mode 100644
index 000000000..6ffec33a2
--- /dev/null
+++ b/node_modules/core-js/fn/math/cbrt.js
@@ -0,0 +1,2 @@
+require('../../modules/es6.math.cbrt');
+module.exports = require('../../modules/_core').Math.cbrt; \ No newline at end of file