myst-parser
Version:
Markdown parser for MyST markdown in JavaScript
7 lines • 371 B
TypeScript
import type { GenericNode, OptionDefinition, ParseTypes } from 'myst-common';
import { type VFile } from 'vfile';
export declare function parseOptions(name: string, node: GenericNode, vfile: VFile, optionsSpec?: Record<string, OptionDefinition>): {
valid: boolean;
options: Record<string, ParseTypes> | undefined;
};
//# sourceMappingURL=inlineAttributes.d.ts.map