.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / es.math.fround.js
1 var $ = require('../internals/export');
2 var fround = require('../internals/math-fround');
3
4 // `Math.fround` method
5 // https://tc39.es/ecma262/#sec-math.fround
6 $({ target: 'Math', stat: true }, { fround: fround });