Lodash.isSymbol

Checks if value is classified as a Symbol primitive or object.

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

Return Value

Type: auto ref

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

Meta