mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
|
declare module "*.txt" {
|
||
|
|
const content: string
|
||
|
|
export default content
|
||
|
|
}
|