Vinyl
    Preparing search index...

    Type Alias ElementType<T>

    ElementType: T extends ReadonlyArray<infer E> ? E : never

    Infers the element type from an Array type.

    Type Parameters

    • T extends readonly any[]