Type alias ProcessFunction<T>

ProcessFunction<T>: ((v, i, x) => void)

Type Parameters

  • T

Type declaration

    • (v, i, x): void
    • Handle processing 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 void

Generated using TypeDoc