@zero-dependency/utilsFunctionsnotNullnotNull CallablenotNull<T>(value: null | T): value is Exclude<T, null>Defines a type guard function that determines whether a value is not null.Type parametersTParametersvalue: null | TThe value to check.Returns value is Exclude<T, null>Whether the value is not null.
Defines a type guard function that determines whether a value is not null.