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

Function isMergeableObject

docs/tests/v2/es6/js/sanddance.js:143358–143360  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

143356exports.default = void 0;
143357
143358var isMergeableObject = function isMergeableObject(value) {
143359 return isNonNullObject(value) && !isSpecial(value);
143360};
143361
143362function isNonNullObject(value) {
143363 return !!value && typeof value === 'object';

Callers

nothing calls this directly

Calls 2

isNonNullObjectFunction · 0.70
isSpecialFunction · 0.70

Tested by

no test coverage detected