mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
5 lines
69 B
TypeScript
5 lines
69 B
TypeScript
|
|
declare module '*.md' {
|
||
|
|
const content: string;
|
||
|
|
export = content;
|
||
|
|
}
|