Type alias DirectionForEachCallback

DirectionForEachCallback: ((item, index, items) => void)

Type declaration

    • (item, index, items): void
    • Callback function that is called by the directionForEach function.

      Parameters

      • item: any
      • index: number
      • items: any[]

      Returns void

Generated using TypeDoc