Urara-Blog/node_modules/.pnpm-store/v3/files/96/5d393c63c68cdba68248f8588afe84bbc63f929c224969633ff9ee699169e772ec849f5951f947ae69c1466b5edbe7bc6fe19e553a46a38377e5f53197f125
2022-08-14 01:14:53 +08:00

6 lines
300 B
Text

/** @type {Construct} */
export const htmlText: 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
export type Code = import('micromark-util-types').Code