StaticassertStaticassertAsserts that the given value is NOT null or undefined.
The value to assert.
StaticassertStaticassertStaticassertStaticassertStaticbuildStaticisType guard check if the given value is NOT null.
The type of the value
True if the value is neither null nor undefined, otherwise false
StaticisType guard check if the given value is NOT null or undefined.
The type of the value
True if the value is neither null nor undefined, otherwise false
StaticisType guard check if the given value is not undefined.
The type of the value
True if the value is not undefined, otherwise false
StaticisStaticisType guard check if the given value is null or undefined.
The value to check
True if the value is null or undefined, otherwise false
Staticis
Core class for all nullish types.
Since
v0.5.0