MCPcopy Index your code
hub / github.com/angular/angular / isJsObject

Function isJsObject

packages/core/src/util/iterable.ts:53–55  ·  view source on GitHub ↗
(o: any)

Source from the content-addressed store, hash-verified

51}
52
53export function isJsObject(o: any): boolean {
54 return o !== null && (typeof o === 'function' || typeof o === 'object');
55}

Callers 3

supportsMethod · 0.90
diffMethod · 0.90
isListLikeIterableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…