UNPKG

myst-parser

Version:
6 lines 439 B
import type Token from 'markdown-it/lib/token.js'; import type { GenericParent } from 'myst-common'; import type { MdastOptions } from './fromMarkdown.js'; export declare function computeAmsmathTightness(src: string, map: [number, number] | null | undefined): boolean | 'before' | 'after'; export declare function tokensToMyst(src: string, tokens: Token[], options?: MdastOptions): GenericParent; //# sourceMappingURL=tokensToMyst.d.ts.map