mdast-util-heading-range
Version:
mdast utility to use headings as ranges in mdast
7 lines (6 loc) • 317 B
TypeScript
export {headingRange} from './lib/index.js'
export type Handler = import('./lib/index.js').Handler
export type Info = import('./lib/index.js').Info
export type Options = import('./lib/index.js').Options
export type Test = import('./lib/index.js').Test
export type TestFunction = import('./lib/index.js').TestFunction