Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
export
const
isSymbol = (v: any): v is symbol => typeof v ===
'symbol'
12
13
export
const
isObjectOrArray = (obj: unknown) => typeof obj ===
'object'
&& obj !== null
Callers
3
StyleEncoder
Class · 0.90
traverse
Function · 0.90
inner
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected