Adaptive Framework 0.9.0

is_nullish

The following is a list of properties for the function is_nullish:

PropertyValue
briefIs nullish
categorymiscellaneous
descriptionTest value returning boolean True if it is null or undefined.
functionIdis_nullish
functionLabelis_nullish
parameters[ { "canBeUndefined": true, "description": "Value to check", "name": "value" } ]
puretrue
returns{ "dataType": "boolean", "description": "True if value is null or undefined." }