Skip to content

Function: isArrObj()

isArrObj<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

Type Parameters

K

K extends PropertyKey

V

V

T

T extends Record<K, V>[]

Parameters

x

unknown

strict

boolean = true

Returns

x is T[]