cloudaxe-opencode/.opencode/env.d.ts

5 lines
76 B
TypeScript
Raw Permalink Normal View History

2025-12-16 01:15:40 +00:00
declare module "*.txt" {
const content: string
export default content
}