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