Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/utils
common
isNullish
Function isNullish
is
Nullish
(
value
)
:
value
is
Nullish
Returns true if the value is null or undefined.
Parameters
value
:
unknown
The value to compare.
Returns
value
is
Nullish
Index
Methods
assert
Methods
assert
assert
(
value
,
message
?
)
:
asserts
value
is
Nullish
Parameters
value
:
unknown
Optional
message
:
string
Returns
asserts
value
is
Nullish
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
assert
Documentation
Loading...
Returns true if the value is null or undefined.