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

Function isObject

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

Source from the content-addressed store, hash-verified

30 * @internal please do not use.
31 */
32export function isObject(o: any): boolean {
33 return o != null && typeof o === 'object';
34}
35
36/**
37 * @internal please do not use.

Callers 9

findByPropMethod · 0.90
findByPropMethod · 0.90
findRandomPathFunction · 0.90
utils.tsFile · 0.90
dict-unit.spec.tsFile · 0.90
list-unit.spec.tsFile · 0.90
deepFreezeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected