PAMapp/node_modules/core-js/internals/math-fround.js
@@ -13,7 +13,7 @@ // `Math.fround` method implementation // https://tc39.es/ecma262/#sec-math.fround // eslint-disable-next-line es/no-math-fround -- safe // eslint-disable-next-line es-x/no-math-fround -- safe module.exports = Math.fround || function fround(x) { var $abs = abs(x); var $sign = sign(x);