UNPKG

mdast-util-toc

Version:

mdast utility to generate a table of contents from a tree

7 lines (5 loc) 152 B
/** * @typedef {import('./lib/index.js').Options} Options * @typedef {import('./lib/index.js').Result} Result */ export {toc} from './lib/index.js'