mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 20:29:31 +08:00
7 lines
367 B
Text
7 lines
367 B
Text
/** @type {Construct} */
|
|
export const characterReference: Construct
|
|
export type Construct = import('micromark-util-types').Construct
|
|
export type Tokenizer = import('micromark-util-types').Tokenizer
|
|
export type Token = import('micromark-util-types').Token
|
|
export type State = import('micromark-util-types').State
|
|
export type Code = import('micromark-util-types').Code
|