5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
declare module '*.md' {
|
|
const text: string;
|
|
export default text;
|
|
}
|