mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-12 08:28:28 +00:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
declare module "*.md" {
|
|
const content: string
|
|
export default content
|
|
}
|