Lodash.isMap

Checks if value is classified as a Map object.

Note: This method is loosely based on ToLength.

struct Lodash
nothrow @trusted @safe ref
isMap
()
()

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is a map, else false.

Meta