Primitive
array.contains
BETAShort name: contains
Version: 1.0.0
Check whether an array contains a value using primitive equality.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| array | array | true | Array to search. |
| value | any | true | Value to check for. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| contains | boolean | false | True when array includes value. |