Type alias Pipable<T, U>

Pipable<T, U>: ((x: T) => U)

Type Parameters

  • T = any

  • U = any

Type declaration

    • (x: T): U
    • Parameters

      • x: T

      Returns U

Generated using TypeDoc