UNPKG

myst-parser

Version:
7 lines 371 B
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