opencode / .opencode /env.d.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
251a574 verified
Raw
History Blame Contribute Delete
76 Bytes
declare module "*.txt" {
const content: string
export default content
}