mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:39:30 +08:00
5 lines
252 B
Text
5 lines
252 B
Text
/** @type {Construct} */
|
|
export const hardBreakEscape: Construct
|
|
export type Construct = import('micromark-util-types').Construct
|
|
export type Tokenizer = import('micromark-util-types').Tokenizer
|
|
export type State = import('micromark-util-types').State
|