Array emptiness fork
Last updated
Last updated
[flow/Array emptiness fork]
Checks whether the input array
is empty & sends it on the appropriate output.
Keywords: array, fork, empty, emptiness, length
array: any[]
Receives the array to inspect.
on empty: any[]
Sends array
if it's empty.
on not empty: any[]
Sends array
if it's not empty