Hex Core JS
    Preparing search index...

    Type Alias ArrayElement<A>

    ArrayElement: A extends readonly (infer T)[] ? T : never

    Gets the element type of an array. For example, given an array type T[], the resulting type is the element T.

    Type Parameters

    • A extends readonly unknown[]