Urara-Blog/node_modules/.pnpm-store/v3/files/e7/c4bab69d9e610f8f4ca6de36c6a70532ba5c66b55ade0f0a8fe74aaf4843b8dc9c5e32fa770819a243a7b570e199c71b34abd2d9715c266f947dfce69808b3
2022-08-14 01:14:53 +08:00

12 lines
495 B
Text

/**
* @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'