Type alias Instance<S>

Instance<S>: S extends Hkt0
    ? S["type"]
    : never

Gets the applied type of HKT.

Type Parameters

  • S

Generated using TypeDoc