Lodash.isNil

Checks if value is null or undefined.

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

Return Value

Type: auto ref

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

Meta