UNPKG

mystjs

Version:
5 lines (4 loc) 192 B
import type { Root } from 'mdast'; import type { Options } from 'mdast-util-to-hast'; import type { Plugin } from 'unified'; export declare const mystToHast: Plugin<[Options?], string, Root>;