@pengzhanbo/utils - v3.5.0
    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[]