astro-ghostcms/.pnpm-store/v3/files/a3/5d35b0ae9bd0d1797871fe8625c...

7 lines
323 B
Plaintext

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