mdast-util-heading-range
Version:
mdast utility to use headings as ranges in mdast
10 lines (8 loc) • 326 B
JavaScript
/**
* @typedef {import('./lib/index.js').Handler} Handler
* @typedef {import('./lib/index.js').Info} Info
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Test} Test
* @typedef {import('./lib/index.js').TestFunction} TestFunction
*/
export {headingRange} from './lib/index.js'