UNPKG
@miniu/core-js
Version:
latest (2.6.12)
2.6.12
Standard library
github.com/zloirock/core-js
zloirock/core-js
@miniu/core-js
/
fn
/
math
/
fround.js
3 lines
(2 loc)
•
103 B
JavaScript
View Raw
1
2
3
require
(
'../../modules/es6.math.fround'
);
module
.exports =
require
(
'../../modules/_core'
).
Math
.fround;