Urara-Blog/node_modules/.pnpm-store/v3/files/9e/3ff5ad37edddac40c7ef8d51ffc15004ba20972760997cf1610adb54e3166de5e944defc4cd366957b177217223fc634a88cc969a15b2ae509851833767631
2022-08-14 01:14:53 +08:00

17 lines
732 B
Text

/**
* @typedef {import('./lib/index.js').Value} Value
* @typedef {import('./lib/index.js').Encoding} Encoding
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Extension} Extension
* @typedef {import('./lib/index.js').Handle} Handle
* @typedef {import('./lib/index.js').Transform} Transform
* @typedef {import('./lib/index.js').Token} Token
* @typedef {import('./lib/index.js').CompileContext} CompileContext
* @typedef {import('./lib/index.js').OnEnterError} OnEnterError
* @typedef {import('./lib/index.js').OnExitError} OnExitError
*
* @typedef {import('./lib/index.js').OnEnterError} OnError
* To do: deprecate next major.
*/
export {fromMarkdown} from './lib/index.js'