knowledgebase_law/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts

15 lines
298 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* @param {Html} node
* @returns {string}
*/
export function html(node: Html): string;
export namespace html {
export { htmlPeek as peek };
}
import type { Html } from 'mdast';
/**
* @returns {string}
*/
declare function htmlPeek(): string;
export {};
//# sourceMappingURL=html.d.ts.map