knowledgebase_law/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts
2025-04-11 11:47:09 -04:00

15 lines
298 B
TypeScript

/**
* @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