domain-watchdog/assets/declaration.d.ts
2024-07-23 18:37:59 +02:00

5 lines
81 B
TypeScript

declare module "*.md" {
const content: string;
export default content;
}