- intersection<A, B, C, D, E>(codecs: [A, B, C, D, E], name?: string): IntersectionC<[A, B, C, D, E]>
-
Parameters
-
codecs: [A, B, C, D, E]
-
Optional
name: string
Returns IntersectionC<[A, B, C, D, E]>
- intersection<A, B, C, D>(codecs: [A, B, C, D], name?: string): IntersectionC<[A, B, C, D]>
-
Parameters
-
codecs: [A, B, C, D]
-
Optional
name: string
Returns IntersectionC<[A, B, C, D]>
- intersection<A, B, C>(codecs: [A, B, C], name?: string): IntersectionC<[A, B, C]>
-
Parameters
-
codecs: [A, B, C]
-
Optional
name: string
Returns IntersectionC<[A, B, C]>
- intersection<A, B>(codecs: [A, B], name?: string): IntersectionC<[A, B]>
-
Parameters
-
codecs: [A, B]
-
Optional
name: string
Returns IntersectionC<[A, B]>
Since
1.0.0