MCPcopy
hub / github.com/react-native-modal/react-native-modal / isObject

Function isObject

src/utils.ts:81–83  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

79};
80
81const isObject = (obj: any): obj is Object => {
82 return obj !== null && typeof obj === 'object';
83};

Callers 1

buildAnimationsFunction · 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…