{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.array.find.js"],"names":["$export","require","$find","KEY","forced","Array","P","F","find","callbackfn","arguments","length","undefined"],"mappings":"AAAA;;AAEA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;AACIC,MAAUD,QAAQ,kBAAR,EAA4B,CAA5B,CADd;AAEIE,IAAU,MAFd;AAGIC,OAAU,IAHd;;AAKA,GAAGD,MAAO,EAAV,CAAaE,MAAM,CAAN,EAASF,GAAT,EAAc,UAAU,CAAEC,OAAS,KAAT,CAAiB,CAA3C;AACbJ,QAAQA,QAAQM,CAAR,CAAYN,QAAQO,CAAR,CAAYH,MAAhC,CAAwC,OAAxC,CAAiD;AAC/CI,KAAM,QAASA,KAAT,CAAcC,UAAd,CAAgD;AACpD,MAAOP,OAAM,IAAN,CAAYO,UAAZ,CAAwBC,UAAUC,MAAV,CAAmB,CAAnB,CAAuBD,UAAU,CAAV,CAAvB,CAAsCE,SAA9D,CAAP;AACD,CAH8C,CAAjD;;AAKAX,QAAQ,uBAAR,EAAiCE,GAAjC","file":"es6.array.find.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\n// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)\nvar $export = require('./_export')\n  , $find   = require('./_array-methods')(5)\n  , KEY     = 'find'\n  , forced  = true;\n// Shouldn't skip holes\nif(KEY in [])Array(1)[KEY](function(){ forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n  find: function find(callbackfn/*, that = undefined */){\n    return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n  }\n});\nrequire('./_add-to-unscopables')(KEY);"]}