25faf808a5
This is an exact mirror of https://github.com/angular/ts-api-guardian/tree/750f651eca4d57a4a7ebcc12c19d0beea1a62202 PR Close #22544
6 lines
77 B
TypeScript
6 lines
77 B
TypeScript
export interface A {
|
|
c: number;
|
|
a(arg: any[]): any;
|
|
b: string;
|
|
}
|