{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es7.error.is-error.js"],"names":["$export","require","cof","S","isError","it"],"mappings":";AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;AACIC,IAAUD,QAAQ,QAAR,CADd;;AAGAD,QAAQA,QAAQG,CAAhB,CAAmB,OAAnB,CAA4B;AAC1BC,QAAS,QAASA,QAAT,CAAiBC,EAAjB,CAAoB;AAC3B,MAAOH,KAAIG,EAAJ,IAAY,OAAnB;AACD,CAHyB,CAA5B","file":"es7.error.is-error.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// https://github.com/ljharb/proposal-is-error\nvar $export = require('./_export')\n  , cof     = require('./_cof');\n\n$export($export.S, 'Error', {\n  isError: function isError(it){\n    return cof(it) === 'Error';\n  }\n});"]}