Array emptiness fork

[flow/Array emptiness fork]


Checks whether the input array is empty & sends it on the appropriate output.


Keywords: array, fork, empty, emptiness, length

Input ports

  • array: any[]

    Receives the array to inspect.

Output ports

  • on empty: any[]

    Sends array if it's empty.

  • on not empty: any[]

    Sends array if it's not empty

Last updated