5 lines
77 B
TypeScript
Raw Normal View History

2025-02-03 16:08:06 +07:00
declare module '*.md' {
const content: string;
export default content;
}