MCPcopy Create free account
hub / github.com/activejs/activejs / isDict

Function isDict

packages/core/src/utils/funcs.ts:25–27  ·  view source on GitHub ↗
(o: any)

Source from the content-addressed store, hash-verified

23 * @internal please do not use.
24 */
25export function isDict(o: any): o is object {
26 return Object.prototype.toString.call(o) === '[object Object]';
27}
28
29/**
30 * @internal please do not use.

Callers 9

checkClusterItemsFunction · 0.90
isValidValueMethod · 0.90
createUnitFunction · 0.90
extras.spec.tsFile · 0.90
randomMutationFunction · 0.90
dict-unit.spec.tsFile · 0.90
deepCopyFunction · 0.85
deepFreezeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected