{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_collection-to-json.js"],"names":["classof","require","from","module","exports","NAME","toJSON","TypeError"],"mappings":";AACA,GAAIA,SAAUC,QAAQ,YAAR,CAAd;AACIC,KAAUD,QAAQ,wBAAR,CADd;AAEAE,OAAOC,OAAP,CAAiB,SAASC,IAAT,CAAc;AAC7B,MAAO,SAASC,OAAT,EAAiB;AACtB,GAAGN,QAAQ,IAAR,GAAiBK,IAApB,CAAyB,KAAME,WAAUF,KAAO,uBAAjB,CAAN;AACzB,MAAOH,MAAK,IAAL,CAAP;AACD,CAHD;AAID,CALD","file":"_collection-to-json.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// https://github.com/DavidBruant/Map-Set.prototype.toJSON\nvar classof = require('./_classof')\n  , from    = require('./_array-from-iterable');\nmodule.exports = function(NAME){\n  return function toJSON(){\n    if(classof(this) != NAME)throw TypeError(NAME + \"#toJSON isn't generic\");\n    return from(this);\n  };\n};"]}