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

Function isNonNullObject

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

Source from the content-addressed store, hash-verified

143360};
143361
143362function isNonNullObject(value) {
143363 return !!value && typeof value === 'object';
143364}
143365
143366function isSpecial(value) {
143367 var stringValue = Object.prototype.toString.call(value);

Callers 1

isMergeableObjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected