{"version":3,"file":"commons-app-math-trunc.js.acf087a1fc3783007867.js","mappings":"2GAAA,IAAIA,EAAOC,KAAKD,KACZE,EAAQD,KAAKC,MAKjBC,EAAOC,QAAUH,KAAKI,OAAS,SAAeC,GAC5C,IAAIC,GAAKD,EACT,OAAQC,EAAI,EAAIL,EAAQF,GAAMO,EAChC,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/math-trunc.js"],"sourcesContent":["var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.es/ecma262/#sec-math.trunc\n// eslint-disable-next-line es-x/no-math-trunc -- safe\nmodule.exports = Math.trunc || function trunc(x) {\n var n = +x;\n return (n > 0 ? floor : ceil)(n);\n};\n"],"names":["ceil","Math","floor","module","exports","trunc","x","n"],"sourceRoot":""}