Type alias Unary<T, R>

Unary<T, R>: ((x) => R)

Type Parameters

  • T

  • R

Type declaration

    • (x): R
    • A function that takes exactly one argument.

      Parameters

      • x: T

      Returns R

Generated using TypeDoc