prettier/tests/typescript/custom/typeParameters/typeParametersLong.ts

4 lines
103 B
TypeScript

type ReallyReallyReallyLongName<
ReallyReallyReallyLongName1, ReallyReallyReallyLongName2
> = any;