4 lines
206 B
TypeScript
4 lines
206 B
TypeScript
|
export { default } from "./lib/index.js";
|
||
|
export type Options = import('./lib/index.js').Options;
|
||
|
export { defaultFootnoteBackContent, defaultFootnoteBackLabel, defaultHandlers } from "mdast-util-to-hast";
|