build: copy ts-api-guardian sources (#22544)

This is an exact mirror of 750f651eca

PR Close #22544
This commit is contained in:
Alex Eagle
2018-03-02 14:19:01 -08:00
parent d7e5d45f43
commit 25faf808a5
46 changed files with 1654 additions and 0 deletions

View File

@ -0,0 +1,11 @@
export declare type E = string;
export interface D {
e: number;
}
export declare var e: C;
export declare class C {
e: number;
d: string;
}
export declare function b(): boolean;
export declare const a: string;