{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_to-index.js"],"names":["toInteger","require","max","Math","min","module","exports","index","length"],"mappings":"AAAA,GAAIA,WAAYC,QAAQ,eAAR,CAAhB;AACIC,IAAYC,KAAKD,GADrB;AAEIE,IAAYD,KAAKC,GAFrB;AAGAC,OAAOC,OAAP,CAAiB,SAASC,KAAT,CAAgBC,MAAhB,CAAuB;AACtCD,MAAQP,UAAUO,KAAV,CAAR;AACA,MAAOA,OAAQ,CAAR,CAAYL,IAAIK,MAAQC,MAAZ,CAAoB,CAApB,CAAZ,CAAqCJ,IAAIG,KAAJ,CAAWC,MAAX,CAA5C;AACD,CAHD","file":"_to-index.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["var toInteger = require('./_to-integer')\n  , max       = Math.max\n  , min       = Math.min;\nmodule.exports = function(index, length){\n  index = toInteger(index);\n  return index < 0 ? max(index + length, 0) : min(index, length);\n};"]}