5 lines
234 B
TypeScript
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;
|