mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 18:25:37 +00:00
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
declare module "*.md" {
|
|
const content: string;
|
|
export default content;
|
|
}
|