Appearance
isMapObj<K, V, T>(x, strict): x is Map<K, V>
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
K extends PropertyKey
PropertyKey
T extends Record<K, V>
Record
unknown
boolean = true
boolean
true