Type alias Encoder<T, U>

Encoder<T, U>: ((t) => U)

Type Parameters

  • T

  • U

Type declaration

    • (t): U
    • Parameters

      • t: T

      Returns U

Generated using TypeDoc