Appearance
isArrObj<K, V, T>(x, strict): x is T[]
K
V
T
x
strict
x is T[]
Defined in: packages/core/src/is/isArr.ts:10
Check if value is an array of objects
K extends PropertyKey
PropertyKey
T extends Record<K, V>[]
Record
unknown
boolean = true
boolean
true