myst-cli
Version:
Command line tools for MyST
10 lines • 490 B
TypeScript
import type { ISession } from '../session/types.js';
import type { GenericParent } from 'myst-common';
import type { PageFrontmatter } from 'myst-frontmatter';
/**
* Parse frontmatter parts and prepend them as blocks to mdast children
*
* @deprecated frontmatter parts are now processed separately by MyST
*/
export declare function frontmatterPartsTransform(session: ISession, file: string, mdast: GenericParent, frontmatter: PageFrontmatter): void;
//# sourceMappingURL=parts.d.ts.map