MCPcopy Create free account
hub / github.com/chakra-ui/panda / isObjectOrArray

Function isObjectOrArray

packages/shared/src/assert.ts:13–13  ·  view source on GitHub ↗
(obj: unknown)

Source from the content-addressed store, hash-verified

11export const isSymbol = (v: any): v is symbol => typeof v === 'symbol'
12
13export const isObjectOrArray = (obj: unknown) => typeof obj === 'object' && obj !== null

Callers 3

StyleEncoderClass · 0.90
traverseFunction · 0.90
innerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected