domain-watchdog/assets/declaration.d.ts
2024-12-30 23:50:15 +01:00

5 lines
79 B
TypeScript

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