mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare module "*.txt" {
|
|
const content: string
|
|
export default content
|
|
}
|