Files
oh-my-opencode/src/hooks/rules-injector/parser.ts
T

3 lines
140 B
TypeScript
Raw Normal View History

export { parseRuleFrontmatter } from "@oh-my-opencode/rules-core";
export type { RuleFrontmatterResult } from "@oh-my-opencode/rules-core";