25faf808a5
This is an exact mirror of https://github.com/angular/ts-api-guardian/tree/750f651eca4d57a4a7ebcc12c19d0beea1a62202 PR Close #22544
12 lines
284 B
Diff
12 lines
284 B
Diff
--- test/fixtures/verify_expected.d.ts Golden file
|
|
+++ test/fixtures/verify_expected.d.ts Generated API
|
|
@@ -1,5 +1,6 @@
|
|
export interface A {
|
|
c: number;
|
|
- a(arg: any[]): any;
|
|
- b: string;
|
|
+ a(arg: any[]): {[name: string]: number};
|
|
}
|
|
+
|
|
+export declare const b: boolean;
|