@pengzhanbo/utils - v3.7.3
    Preparing search index...

    Type Alias ElementOf<T>

    ElementOf: T extends (infer E)[] ? E : never

    Infers the element type of an array

    推断数组元素的类型

    Type Parameters

    • T