5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
declare module '*.txt' {
|
|
const content: any;
|
|
export default content;
|
|
}
|
|
|