Preparing search index...
The search index is not available
Powertools for AWS Lambda (Typescript) API Reference
Powertools for AWS Lambda (Typescript) API Reference
@aws-lambda-powertools/commons
isNullOrUndefined
Function isNullOrUndefined
is
Null
Or
Undefined
(
value
)
:
value
is
undefined
|
null
Check if a value is null or undefined.
Parameters
value
:
unknown
The value to check
Returns
value
is
undefined
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Powertools for AWS Lambda (Typescript) API Reference
Loading...
Check if a value is null or undefined.