vlocode-project - v1.42.0
    Preparing search index...

    Type Alias ArrayElement<ArrayType>

    ArrayElement: ArrayType extends readonly (infer ElementType)[]
        ? ElementType
        : never

    Type Parameters

    • ArrayType