@nospamproxy/core
    Preparing search index...
    • Filter out values that exceed the specified limit.

      Parameters

      • values: number[]

        The values to limit.

      • limit: number | null

        The max limit to apply. If null, no limit is applied.

      • includeLimit: boolean = true

        If true, the last value will be the limit.

      Returns number[]