Type tester
Last updated
Last updated
[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
data: any[]
Receives data to test if its type is array. Example: [1,2,3]
is array: boolean
Sends if the type of the recieved data
is array.
Example:
true