mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
25faf808a5
This is an exact mirror of https://github.com/angular/ts-api-guardian/tree/750f651eca4d57a4a7ebcc12c19d0beea1a62202 PR Close #22544
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
export declare class A {
|
|
field: string;
|
|
method(a: string): number;
|
|
}
|