Go to repository

Function isNotDefined

Answers if the given value is not defined, that is, is undefined, null, or an empty string.

Parameters

  • value: unknown

Returns boolean

true if defined, false otherwise.