is_nullish
The following is a list of properties for the function is_nullish
:
Property | Value |
---|---|
brief | Is nullish |
category | miscellaneous |
description | Test value returning boolean True if it is null or undefined. |
functionId | is_nullish |
functionLabel | is_nullish |
parameters | [ { "canBeUndefined": true, "description": "Value to check", "name": "value" } ] |
pure | true |
returns | { "dataType": "boolean", "description": "True if value is null or undefined." } |