Skip to content
On this page

wm-kit / Exports / isMap

Function: isMap

isMap(val): val is Map<any, any>

Parameters

NameType
valunknown

Returns

val is Map<any, any>

Defined in

src/modules/check/is.ts:87

Released under the MIT License.