{"version":3,"sources":["node_modules\\is-obj\\index.js"],"names":["module","exports","x","type"],"mappings":"AAAA;AACAA,OAAOC,OAAP,CAAiB,SAAUC,CAAV,CAAa;AAC7B,GAAIC,MAAO,MAAOD,EAAlB;AACA,MAAOA,KAAM,IAAN,GAAeC,OAAS,QAAT,EAAqBA,OAAS,UAA7C,CAAP;AACA,CAHD","file":"index.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nmodule.exports = function (x) {\n\tvar type = typeof x;\n\treturn x !== null && (type === 'object' || type === 'function');\n};\n"]}