Type tester
[data/array/Type tester]
Tells whether the input is an array. Example:
[1,2,3]@0 received via
data
true@0 sent via
is array
Keywords: is array, test, type
Input ports
data:
any[]
Receives data to test if its type is array. Example: [1,2,3]
Output ports
is array:
boolean
Sends if the type of the recieved
data
is array. Example: true
Last updated