MCPcopy Create free account
hub / github.com/microsoft/SandDance / isPlainObject

Function isPlainObject

docs/app/js/sanddance-app.js:87791–87793  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

87789 throw new Error(ERR_NOT_CONTAINER);
87790}
87791function isPlainObject(value) {
87792 return value !== null && (0, _typeofDefault.default)(value) === "object" && value.constructor === Object;
87793}
87794function isObject(value) {
87795 return value !== null && (0, _typeofDefault.default)(value) === "object";
87796}

Callers 1

countFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected