mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
declare module "*.txt" {
|
|
const content: string
|
|
export default content
|
|
}
|