UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 237 B
type ParsedFrontmatter = Record<string, string>; /** Parses leading YAML frontmatter into string values used by skill and metadata loaders. */ export declare function parseFrontmatterBlock(content: string): ParsedFrontmatter; export {};