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

5 lines
247 B
Text

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