Alex Eagle 25faf808a5 build: copy ts-api-guardian sources (#22544)
This is an exact mirror of 750f651eca

PR Close #22544
2018-03-02 15:00:00 -08:00

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;