astro-ghostcms/.pnpm-store/v3/files/3b/dc2e963a1b239df6b47e5f14773...

7 lines
322 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/** @type {Construct} */
export const autolink: Construct
export type Construct = import('micromark-util-types').Construct
export type State = import('micromark-util-types').State
export type TokenizeContext = import('micromark-util-types').TokenizeContext
export type Tokenizer = import('micromark-util-types').Tokenizer