list.d.ts 507 B

123456789
  1. /** @type {Construct} */
  2. export const list: Construct
  3. export type Code = import('micromark-util-types').Code
  4. export type Construct = import('micromark-util-types').Construct
  5. export type ContainerState = import('micromark-util-types').ContainerState
  6. export type Exiter = import('micromark-util-types').Exiter
  7. export type State = import('micromark-util-types').State
  8. export type TokenizeContext = import('micromark-util-types').TokenizeContext
  9. export type Tokenizer = import('micromark-util-types').Tokenizer