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, 6 insertions, 0 deletions
diff --git a/node_modules/core-js/modules/es.math.fround.js b/node_modules/core-js/modules/es.math.fround.js new file mode 100644 index 0000000..5df62db --- /dev/null +++ b/node_modules/core-js/modules/es.math.fround.js @@ -0,0 +1,6 @@ +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 }); |
