Type alias Function1<T, U>

Function1<T, U>: ((value) => U)

A function that takes one parameter and returns a value.

Type Parameters

  • T

  • U

Type declaration

    • (value): U
    • Parameters

      • value: T

      Returns U

Generated using TypeDoc