UNPKG

gatsby-plugin-mdx-v1

Version:
7 lines (6 loc) 163 B
export declare function parseFrontmatter(cacheKey: string, source: string): { body: string; frontmatter: { [key: string]: unknown; }; };