Type alias TestFunction<T>

TestFunction<T>: ((v, i, x) => boolean)

Type Parameters

  • T

Type declaration

    • (v, i, x): boolean
    • Handle selection of values in an array.

      Parameters

      • v: T

        value in array

      • i: number

        index of value in array

      • x: T[]

        array containing the value

      Returns boolean

      selected?

Generated using TypeDoc