diff options
Diffstat (limited to 'node_modules/core-js/modules/es.math.fround.js')
| -rw-r--r-- | node_modules/core-js/modules/es.math.fround.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/node_modules/core-js/modules/es.math.fround.js b/node_modules/core-js/modules/es.math.fround.js deleted file mode 100644 index 5df62db..0000000 --- a/node_modules/core-js/modules/es.math.fround.js +++ /dev/null @@ -1,6 +0,0 @@ -var $ = require('../internals/export'); -var fround = require('../internals/math-fround'); - -// `Math.fround` method -// https://tc39.github.io/ecma262/#sec-math.fround -$({ target: 'Math', stat: true }, { fround: fround }); |
