{"ast":null,"code":"'use strict';\n\nmodule.exports = function (value) {\n  if (Object.prototype.toString.call(value) !== '[object Object]') {\n    return false;\n  }\n  var prototype = Object.getPrototypeOf(value);\n  return prototype === null || prototype === Object.prototype;\n};","map":{"version":3,"names":["module","exports","value","Object","prototype","toString","call","getPrototypeOf"],"sources":["D:/DSP_Management/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"],"mappings":"AAAA,YAAY;;AAEZA,MAAM,CAACC,OAAO,GAAG,UAAAC,KAAK,EAAI;EACzB,IAAIC,MAAM,CAACC,SAAS,CAACC,QAAQ,CAACC,IAAI,CAACJ,KAAK,CAAC,KAAK,iBAAiB,EAAE;IAChE,OAAO,KAAK;EACb;EAEA,IAAME,SAAS,GAAGD,MAAM,CAACI,cAAc,CAACL,KAAK,CAAC;EAC9C,OAAOE,SAAS,KAAK,IAAI,IAAIA,SAAS,KAAKD,MAAM,CAACC,SAAS;AAC5D,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}