Files
2026-04-25 16:36:34 +08:00

5 lines
83 B
TypeScript

declare module '@capital/foo' {
export const a: any;
export const b: string;
}