@terascope/utils / index / RecursiveArray
Interface: RecursiveArray<T>
Defined in: packages/types/dist/src/utility.d.ts:55
A simple definitions of array
Extends
Many
<T
| RecursiveArray
<T
>>
Type Parameters
Indexable
[n
: number
]: RecursiveArray
<T
> | T