Lodash.isUndefined

Checks if value is undefined.

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

Return Value

Type: auto ref

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

Meta