mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 13:19:29 +08:00
12 lines
495 B
Text
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'
|