mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 05:09:30 +08:00
5 lines
245 B
Text
5 lines
245 B
Text
/** @type {Construct} */
|
|
export const autolink: 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
|