• Since

    1.0.0

    Type Parameters

    Parameters

    • codecs: [A, B, C, D, E]
    • Optional name: string

    Returns IntersectionC<[A, B, C, D, E]>

  • Type Parameters

    Parameters

    • codecs: [A, B, C, D]
    • Optional name: string

    Returns IntersectionC<[A, B, C, D]>

  • Type Parameters

    Parameters

    • codecs: [A, B, C]
    • Optional name: string

    Returns IntersectionC<[A, B, C]>

  • Type Parameters

    Parameters

    • codecs: [A, B]
    • Optional name: string

    Returns IntersectionC<[A, B]>

Generated using TypeDoc