Files
deepl-mark/dist/vendor/mdast-util-html-comment.d.ts

5 lines
234 B
TypeScript

import type { Extension } from 'mdast-util-from-markdown';
import type { Options } from 'mdast-util-to-markdown';
export declare function htmlCommentFromMarkdown(): Extension;
export declare function htmlCommentToMarkdown(): Options;