Urara-Blog/node_modules/.pnpm-store/v3/files/86/747354ab20b55f7fcd7f715c011f5cdc0c4681fa6759db9fce2be9477a02e0136290470411b4221e42eab9eb78e9d5af994956df555c34ce16599a4c82b72e
2022-08-14 01:14:53 +08:00

15 lines
726 B
Text

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