Files
opencode-plugin-ralph-loop/dist/ralph-loop/simple-frontmatter.d.ts
2026-04-19 19:16:31 -04:00

5 lines
117 B
TypeScript

export declare function parseFrontmatter(content: string): {
data: Record<string, unknown>;
body: string;
};