5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
declare module '@capital/foo' {
|
|
export const a: any;
|
|
export const b: string;
|
|
}
|