Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Object.isMap

isMap() -> boolean

Description

Returns true if the variable is a Map.

{ a: 123 }.isMap()
//= true

See Also