UNPKG

mdast-util-toc

Version:

mdast utility to generate a table of contents from a tree

4 lines 183 B
export { toc } from "./lib/index.js"; export type Options = import('./lib/index.js').Options; export type Result = import('./lib/index.js').Result; //# sourceMappingURL=index.d.ts.map