{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_to-integer.js"],"names":["ceil","Math","floor","module","exports","it","isNaN"],"mappings":";AACA,GAAIA,MAAQC,KAAKD,IAAjB;AACIE,MAAQD,KAAKC,KADjB;AAEAC,OAAOC,OAAP,CAAiB,SAASC,EAAT,CAAY;AAC3B,MAAOC,OAAMD,GAAK,CAACA,EAAZ,EAAkB,CAAlB,CAAsB,CAACA,GAAK,CAAL,CAASH,KAAT,CAAiBF,IAAlB,EAAwBK,EAAxB,CAA7B;AACD,CAFD","file":"_to-integer.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 7.1.4 ToInteger\nvar ceil  = Math.ceil\n  , floor = Math.floor;\nmodule.exports = function(it){\n  return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};"]}