96a9365044
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
declare module "*.md" {
|
|
const content: string
|
|
export default content
|
|
}
|