• This function takes an array and returns a random item from it.

    Parameters

    • items: any[]

      The array to get the item from

    Returns any

    • A random item from the array

Generated using TypeDoc