Urara-Blog/node_modules/.pnpm-store/v3/files/b8/c41dd79b9268670f0d01a9bbe013799c995a5aa47972dc9255ec9644d7d1177530fcfe9f3ed8f071b4d08a183add05ae49375c5eecdad5203e3bdd14bb34be
2022-08-14 01:14:53 +08:00

6 lines
302 B
Text

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