{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.reflect.has.js"],"names":["$export","require","S","has","target","propertyKey"],"mappings":";AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;;AAEAD,QAAQA,QAAQE,CAAhB,CAAmB,SAAnB,CAA8B;AAC5BC,IAAK,QAASA,IAAT,CAAaC,MAAb,CAAqBC,WAArB,CAAiC;AACpC,MAAOA,eAAeD,OAAtB;AACD,CAH2B,CAA9B","file":"es6.reflect.has.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 26.1.9 Reflect.has(target, propertyKey)\nvar $export = require('./_export');\n\n$export($export.S, 'Reflect', {\n  has: function has(target, propertyKey){\n    return propertyKey in target;\n  }\n});"]}