diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
| commit | 22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch) | |
| tree | 9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/core-js/es/math | |
| parent | e93da8b04da86773247aadb1cbb1912e4f4526b2 (diff) | |
| download | styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip | |
Remove node_modules
Diffstat (limited to 'node_modules/core-js/es/math')
| -rw-r--r-- | node_modules/core-js/es/math/acosh.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/asinh.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/atanh.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/cbrt.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/clz32.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/cosh.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/expm1.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/fround.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/hypot.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/imul.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/index.js | 21 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/log10.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/log1p.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/log2.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/sign.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/sinh.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/tanh.js | 4 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/to-string-tag.js | 3 | ||||
| -rw-r--r-- | node_modules/core-js/es/math/trunc.js | 4 |
19 files changed, 0 insertions, 92 deletions
diff --git a/node_modules/core-js/es/math/acosh.js b/node_modules/core-js/es/math/acosh.js deleted file mode 100644 index 0ef459b..0000000 --- a/node_modules/core-js/es/math/acosh.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.acosh'); -var path = require('../../internals/path'); - -module.exports = path.Math.acosh; diff --git a/node_modules/core-js/es/math/asinh.js b/node_modules/core-js/es/math/asinh.js deleted file mode 100644 index f300ec4..0000000 --- a/node_modules/core-js/es/math/asinh.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.asinh'); -var path = require('../../internals/path'); - -module.exports = path.Math.asinh; diff --git a/node_modules/core-js/es/math/atanh.js b/node_modules/core-js/es/math/atanh.js deleted file mode 100644 index 6ca6111..0000000 --- a/node_modules/core-js/es/math/atanh.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.atanh'); -var path = require('../../internals/path'); - -module.exports = path.Math.atanh; diff --git a/node_modules/core-js/es/math/cbrt.js b/node_modules/core-js/es/math/cbrt.js deleted file mode 100644 index c8297a7..0000000 --- a/node_modules/core-js/es/math/cbrt.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.cbrt'); -var path = require('../../internals/path'); - -module.exports = path.Math.cbrt; diff --git a/node_modules/core-js/es/math/clz32.js b/node_modules/core-js/es/math/clz32.js deleted file mode 100644 index a2ea307..0000000 --- a/node_modules/core-js/es/math/clz32.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.clz32'); -var path = require('../../internals/path'); - -module.exports = path.Math.clz32; diff --git a/node_modules/core-js/es/math/cosh.js b/node_modules/core-js/es/math/cosh.js deleted file mode 100644 index 09dc191..0000000 --- a/node_modules/core-js/es/math/cosh.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.cosh'); -var path = require('../../internals/path'); - -module.exports = path.Math.cosh; diff --git a/node_modules/core-js/es/math/expm1.js b/node_modules/core-js/es/math/expm1.js deleted file mode 100644 index 9657376..0000000 --- a/node_modules/core-js/es/math/expm1.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.expm1'); -var path = require('../../internals/path'); - -module.exports = path.Math.expm1; diff --git a/node_modules/core-js/es/math/fround.js b/node_modules/core-js/es/math/fround.js deleted file mode 100644 index 41c7292..0000000 --- a/node_modules/core-js/es/math/fround.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.fround'); -var path = require('../../internals/path'); - -module.exports = path.Math.fround; diff --git a/node_modules/core-js/es/math/hypot.js b/node_modules/core-js/es/math/hypot.js deleted file mode 100644 index 34d5175..0000000 --- a/node_modules/core-js/es/math/hypot.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.hypot'); -var path = require('../../internals/path'); - -module.exports = path.Math.hypot; diff --git a/node_modules/core-js/es/math/imul.js b/node_modules/core-js/es/math/imul.js deleted file mode 100644 index 2f17f93..0000000 --- a/node_modules/core-js/es/math/imul.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.imul'); -var path = require('../../internals/path'); - -module.exports = path.Math.imul; diff --git a/node_modules/core-js/es/math/index.js b/node_modules/core-js/es/math/index.js deleted file mode 100644 index 8986227..0000000 --- a/node_modules/core-js/es/math/index.js +++ /dev/null @@ -1,21 +0,0 @@ -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; diff --git a/node_modules/core-js/es/math/log10.js b/node_modules/core-js/es/math/log10.js deleted file mode 100644 index b91166f..0000000 --- a/node_modules/core-js/es/math/log10.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.log10'); -var path = require('../../internals/path'); - -module.exports = path.Math.log10; diff --git a/node_modules/core-js/es/math/log1p.js b/node_modules/core-js/es/math/log1p.js deleted file mode 100644 index a1d4db1..0000000 --- a/node_modules/core-js/es/math/log1p.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.log1p'); -var path = require('../../internals/path'); - -module.exports = path.Math.log1p; diff --git a/node_modules/core-js/es/math/log2.js b/node_modules/core-js/es/math/log2.js deleted file mode 100644 index 99c0594..0000000 --- a/node_modules/core-js/es/math/log2.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.log2'); -var path = require('../../internals/path'); - -module.exports = path.Math.log2; diff --git a/node_modules/core-js/es/math/sign.js b/node_modules/core-js/es/math/sign.js deleted file mode 100644 index 9f6eb95..0000000 --- a/node_modules/core-js/es/math/sign.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.sign'); -var path = require('../../internals/path'); - -module.exports = path.Math.sign; diff --git a/node_modules/core-js/es/math/sinh.js b/node_modules/core-js/es/math/sinh.js deleted file mode 100644 index cf8d51a..0000000 --- a/node_modules/core-js/es/math/sinh.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.sinh'); -var path = require('../../internals/path'); - -module.exports = path.Math.sinh; diff --git a/node_modules/core-js/es/math/tanh.js b/node_modules/core-js/es/math/tanh.js deleted file mode 100644 index 030c175..0000000 --- a/node_modules/core-js/es/math/tanh.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.tanh'); -var path = require('../../internals/path'); - -module.exports = path.Math.tanh; diff --git a/node_modules/core-js/es/math/to-string-tag.js b/node_modules/core-js/es/math/to-string-tag.js deleted file mode 100644 index c8714c2..0000000 --- a/node_modules/core-js/es/math/to-string-tag.js +++ /dev/null @@ -1,3 +0,0 @@ -require('../../modules/es.math.to-string-tag'); - -module.exports = 'Math'; diff --git a/node_modules/core-js/es/math/trunc.js b/node_modules/core-js/es/math/trunc.js deleted file mode 100644 index 510337b..0000000 --- a/node_modules/core-js/es/math/trunc.js +++ /dev/null @@ -1,4 +0,0 @@ -require('../../modules/es.math.trunc'); -var path = require('../../internals/path'); - -module.exports = path.Math.trunc; |
