mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
declare module '*.md' {
|
|
const content: string
|
|
export default content
|
|
}
|