Type alias StrictlyDeepArray<V>

StrictlyDeepArray<V>: (V | StrictlyDeepArray<V>)[]

Recursively defined array that can contain only arrays (excl. objects) with values of a given type V.

Type Parameters

  • V

Generated using TypeDoc