Lodash.isSet

Checks if value is classified as a Set object.

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

Return Value

Type: auto ref

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

Meta