MCPcopy
hub / github.com/digitalbazaar/jsonld.js / isObject

Function isObject

tests/misc.js:510–512  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

508 }
509
510 function isObject(v) {
511 return Object.prototype.toString.call(v) === '[object Object]';
512 }
513
514 // compare partial event array structures
515 // for each source, only check fields present in target

Callers 1

comparePartialEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected