mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 13:58:13 +08:00
9 lines
301 B
TypeScript
9 lines
301 B
TypeScript
|
/**
|
||
|
* @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
|