Type alias RecursiveArray<ItemType>

RecursiveArray<ItemType>: readonly (ItemType | RecursiveArray<ItemType>)[]

A type that recursively traverses into arrays.

Type Parameters

  • ItemType

Generated using TypeDoc