astro-ghostcms/.pnpm-store/v3/files/6e/02b92be73d659edd431e9179e21...

7 lines
329 B
Plaintext

/** @type {Construct} */
export const characterEscape: 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