📄 html.d.ts
/home/palash/git/site/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts
Language: ts • Lines: 15
/**
 * @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