Type alias Apply4Only<S, A4>

Apply4Only<S, A4>: S extends Hkt4
    ? S & {
        arg4: A4;
    }
    : never

Applies the fourth type parameter to HKT.

Type Parameters

  • S

  • A4

Generated using TypeDoc