UNPKG

touchdesigner-mcp-server

Version:
4 lines (3 loc) 148 B
type Context = Record<string, unknown>; export declare function renderMarkdownTemplate(templateName: string, context?: Context): string; export {};