Type alias NestedArrayT<R>Internal

NestedArrayT<R>: (R | NestedArrayT<R>)[]

The type of multilevel nested array.

Type Parameters

  • R

    The type of array elements.

Generated using TypeDoc