aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/features/math/radians.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/features/math/radians.js')
-rw-r--r--node_modules/core-js/features/math/radians.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/features/math/radians.js b/node_modules/core-js/features/math/radians.js
new file mode 100644
index 0000000..1f02607
--- /dev/null
+++ b/node_modules/core-js/features/math/radians.js
@@ -0,0 +1,4 @@
+require('../../modules/esnext.math.radians');
+var path = require('../../internals/path');
+
+module.exports = path.Math.radians;