astro-ghostcms/.pnpm-store/v3/files/96/7cdb05cfafab6a4688014c1138a...

7 lines
326 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/** @type {Construct} */
export const codeIndented: 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