domain-watchdog/assets/declaration.d.ts

5 lines
79 B
TypeScript
Raw Normal View History

2024-12-30 23:50:15 +01:00
declare module '*.md' {
const content: string
export default content
2024-07-23 18:37:59 +02:00
}