Lodash.isNull

Checks if value is null or undefined.

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

Return Value

Type: auto ref

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

Meta