Static
assertStatic
assertAsserts that the given value is NOT null
or undefined
.
The value to assert.
Static
assertStatic
assertStatic
assertStatic
assertStatic
buildStatic
isType 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
Static
isType 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
Static
isType guard check if the given value is not undefined.
The type of the value
True if the value is not undefined, otherwise false
Static
isStatic
isType guard check if the given value is null or undefined.
The value to check
True if the value is null or undefined, otherwise false
Static
is
Core class for all nullish types.
Since
v0.5.0