Lodash.isBoolean

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

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

Return Value

Type: auto ref

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

Meta