{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es7.string.at.js"],"names":["$export","require","$at","P","at","pos"],"mappings":"AAAA;;AAEA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;AACIC,IAAUD,QAAQ,cAAR,EAAwB,IAAxB,CADd;;AAGAD,QAAQA,QAAQG,CAAhB,CAAmB,QAAnB,CAA6B;AAC3BC,GAAI,QAASA,GAAT,CAAYC,GAAZ,CAAgB;AAClB,MAAOH,KAAI,IAAJ,CAAUG,GAAV,CAAP;AACD,CAH0B,CAA7B","file":"es7.string.at.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\n// https://github.com/mathiasbynens/String.prototype.at\nvar $export = require('./_export')\n  , $at     = require('./_string-at')(true);\n\n$export($export.P, 'String', {\n  at: function at(pos){\n    return $at(this, pos);\n  }\n});"]}