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

10 lines
535 B
Text

/** @type {Construct} */
export const attention: Construct
export type Construct = import('micromark-util-types').Construct
export type Tokenizer = import('micromark-util-types').Tokenizer
export type Resolver = import('micromark-util-types').Resolver
export type State = import('micromark-util-types').State
export type Token = import('micromark-util-types').Token
export type Event = import('micromark-util-types').Event
export type Code = import('micromark-util-types').Code
export type Point = import('micromark-util-types').Point