Urara-Blog/node_modules/.pnpm-store/v3/files/7c/a2c7420075956abfe2cd4e71f835cd5e932bf02ad0a3613e4f70353aec5db60fc451a644a4f2eae524e0196022ba5e6e9fbda2a76fa0beaa0f4e30ea435356
2022-08-14 01:14:53 +08:00

5 lines
246 B
Text

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