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

    Type Alias FirstArray<T>

    FirstArray: T extends [infer U, ...any[]] ? U : Fn

    Get the type of the first element in the array

    获取数组的第一个元素类型

    Type Parameters

    • T extends any[]