{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.string.code-point-at.js"],"names":["$export","require","$at","P","codePointAt","pos"],"mappings":"AAAA;AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;AACIC,IAAUD,QAAQ,cAAR,EAAwB,KAAxB,CADd;AAEAD,QAAQA,QAAQG,CAAhB,CAAmB,QAAnB,CAA6B;;AAE3BC,YAAa,QAASA,YAAT,CAAqBC,GAArB,CAAyB;AACpC,MAAOH,KAAI,IAAJ,CAAUG,GAAV,CAAP;AACD,CAJ0B,CAA7B","file":"es6.string.code-point-at.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nvar $export = require('./_export')\n  , $at     = require('./_string-at')(false);\n$export($export.P, 'String', {\n  // 21.1.3.3 String.prototype.codePointAt(pos)\n  codePointAt: function codePointAt(pos){\n    return $at(this, pos);\n  }\n});"]}