aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/features/math/rad-per-deg.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/features/math/rad-per-deg.js')
-rw-r--r--node_modules/core-js/features/math/rad-per-deg.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/core-js/features/math/rad-per-deg.js b/node_modules/core-js/features/math/rad-per-deg.js
new file mode 100644
index 0000000..3eee674
--- /dev/null
+++ b/node_modules/core-js/features/math/rad-per-deg.js
@@ -0,0 +1,3 @@
+require('../../modules/esnext.math.rad-per-deg');
+
+module.exports = 180 / Math.PI;