Lodash.isString

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

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

Return Value

Type: auto ref

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

Meta