Action<T>: ((item) => void)

Type Parameters

  • T

Type declaration

    • (item): void
    • Type to represent any function accepting a single argument of type T that returns void. an alternative to writing:

      (input: T): void
      

      Parameters

      • item: T

      Returns void

Generated using TypeDoc