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

Type of function that takes a value of type T and returns a value of type U

Type Parameters

  • T

    The type of the input to the function

  • U

    The type of the output of the function

Type declaration

    • (value): U
    • Parameters

      • value: T

      Returns U

Generated using TypeDoc