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

    Type Alias LastArray<T>

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

    Get the type of the last element in the array

    获取数组的最后一个元素类型

    Type Parameters

    • T extends any[]

      The type of elements in the array / 数组元素的类型

    The type of the function / 函数的类型