knowledgebase_law/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.d.ts

9 lines
301 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* @param {Heading} node
* @param {State} state
* @returns {boolean}
*/
export function formatHeadingAsSetext(node: Heading, state: State): boolean;
import type { Heading } from 'mdast';
import type { State } from 'mdast-util-to-markdown';
//# sourceMappingURL=format-heading-as-setext.d.ts.map