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

16 lines
731 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'