header.d.ts 133 B

1234
  1. /**
  2. * The header type declaration of `undici`.
  3. */
  4. export type IncomingHttpHeaders = Record<string, string | string[] | undefined>;