Primitive
value.isEmpty
BETAShort name: isEmpty
Version: 1.0.0
Return true for null/undefined/empty string/empty array/empty object.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| value | any | true | Input value to test. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | boolean | false | Whether the value is considered empty. |