Lodash.isWeakMap

Checks if value is classified as a WeakMap object.

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

Return Value

Type: auto ref

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

Meta