UNPKG

hast-util-to-mdast

Version:
13 lines 384 B
/** * @param {State} state * State. * @param {Readonly<Element>} node * hast element to transform. * @returns {Heading} * mdast node. */ export function heading(state: State, node: Readonly<Element>): Heading; import type { State } from 'hast-util-to-mdast'; import type { Element } from 'hast'; import type { Heading } from 'mdast'; //# sourceMappingURL=heading.d.ts.map