{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.math.trunc.js"],"names":["$export","require","S","trunc","it","Math","floor","ceil"],"mappings":";AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;;AAEAD,QAAQA,QAAQE,CAAhB,CAAmB,MAAnB,CAA2B;AACzBC,MAAO,QAASA,MAAT,CAAeC,EAAf,CAAkB;AACvB,MAAO,CAACA,GAAK,CAAL,CAASC,KAAKC,KAAd,CAAsBD,KAAKE,IAA5B,EAAkCH,EAAlC,CAAP;AACD,CAHwB,CAA3B","file":"es6.math.trunc.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 20.2.2.34 Math.trunc(x)\nvar $export = require('./_export');\n\n$export($export.S, 'Math', {\n  trunc: function trunc(it){\n    return (it > 0 ? Math.floor : Math.ceil)(it);\n  }\n});"]}