mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 16:29:30 +08:00
16 lines
731 B
Text
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'
|