• Reads values from an Iterable or ArrayLike object and returns the resulting array.

    Parameters

    • o: any

      The object to read from.

    • Optional n: number

      The maximum number of arguments to read, defaults to Infinity.

    Returns any[]

Generated using TypeDoc