@zero-dependency/utilsFunctionsnotUndefinednotUndefined CallablenotUndefined<T>(value: T): value is Exclude<T, undefined>Checks if the given value is not undefined.Type parametersTParametersvalue: TThe value to check.Returns value is Exclude<T, undefined>Returns true if the value is not undefined.
Checks if the given value is not undefined.