{"version":3,"file":"static/npm.is-plain-obj.b43754be.js","mappings":"2HAEAA,EAAOC,QAAU,SAAAC,GAChB,GAA8C,oBAA1CC,OAAOC,UAAUC,SAASC,KAAKJ,GAClC,OAAO,EAGR,IAAME,EAAYD,OAAOI,eAAeL,GACxC,OAAqB,OAAdE,GAAsBA,IAAcD,OAAOC,SACnD,C","sources":["../node_modules/is-plain-obj/index.js"],"sourcesContent":["'use strict';\n\nmodule.exports = value => {\n\tif (Object.prototype.toString.call(value) !== '[object Object]') {\n\t\treturn false;\n\t}\n\n\tconst prototype = Object.getPrototypeOf(value);\n\treturn prototype === null || prototype === Object.prototype;\n};\n"],"names":["module","exports","value","Object","prototype","toString","call","getPrototypeOf"],"sourceRoot":""}