angular-cn/tools/ts-api-guardian/test/fixtures/sorting.d.ts

12 lines
222 B
TypeScript
Raw Normal View History

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;