{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_to-length.js"],"names":["toInteger","require","min","Math","module","exports","it"],"mappings":";AACA,GAAIA,WAAYC,QAAQ,eAAR,CAAhB;AACIC,IAAYC,KAAKD,GADrB;AAEAE,OAAOC,OAAP,CAAiB,SAASC,EAAT,CAAY;AAC3B,MAAOA,IAAK,CAAL,CAASJ,IAAIF,UAAUM,EAAV,CAAJ,CAAmB,gBAAnB,CAAT,CAAgD,CAAvD;AACD,CAFD","file":"_to-length.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 7.1.15 ToLength\nvar toInteger = require('./_to-integer')\n  , min       = Math.min;\nmodule.exports = function(it){\n  return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991\n};"]}