Metzploreur/node_modules/undici-types/header.d.ts
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

4 lines
133 B
TypeScript

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