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
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
export interface A {
|
|
c: number;
|
|
a(arg: any[]): {[name: string]: number};
|
|
}
|
|
export { b } from './verify_submodule';
|