- /**
- * @param {ParseOptions | null | undefined} [options]
- * Configuration (optional).
- * @returns {ParseContext}
- * Parser.
- */
- export function parse(options?: ParseOptions | null | undefined): ParseContext;
- import type { ParseOptions } from 'micromark-util-types';
- import type { ParseContext } from 'micromark-util-types';
- //# sourceMappingURL=parse.d.ts.map
|