honcho/mcp/src/instructions.d.ts

6 lines
153 B
TypeScript

// Markdown files are bundled as text strings via the wrangler `Text` rule.
declare module "*.md" {
const content: string;
export default content;
}