• Limits the array

    Example

    limit([2, 1, 2, 5], 2); // [2,1]
    

    Type Parameters

    • T

    Parameters

    • array: T[]
    • Optional maxLength: number

    Returns T[]

Generated using TypeDoc