/** * @typedef {import('./lib/types.js').SafeOptions} SafeOptions * @typedef {import('./lib/types.js').Context} Context * @typedef {import('./lib/types.js').Handle} Handle * @typedef {import('./lib/types.js').Handlers} Handlers * @typedef {import('./lib/types.js').Join} Join * @typedef {import('./lib/types.js').Unsafe} Unsafe * @typedef {import('./lib/types.js').Options} Options * @typedef {import('./lib/util/indent-lines.js').Map} Map */ export {toMarkdown} from './lib/index.js'