Skip to content

Function: isMapObj()

isMapObj<K, V, T>(x, strict): x is Map<K, V>

Defined in: packages/core/src/is/isMap.ts:9

Check if provided is a Map and all values are objects

Type Parameters

K

K extends PropertyKey

V

V

T

T extends Record<K, V>

Parameters

x

unknown

strict

boolean = true

Returns

x is Map<K, V>