myst-cli
Version:
Command line tools for MyST
6 lines • 338 B
TypeScript
import type { GenericParent } from 'myst-common';
import type { Plugin } from 'unified';
import type { VFile } from 'vfile';
export declare function rawDirectiveTransform(tree: GenericParent, vfile: VFile): Promise<void>;
export declare const rawDirectivePlugin: Plugin<[], GenericParent, GenericParent>;
//# sourceMappingURL=raw.d.ts.map