Musique/node_modules/http-response-object/lib/headers.d.ts
2021-12-04 20:00:33 +01:00

3 lines
83 B
TypeScript

export declare type Headers = {
readonly [name: string]: string | string[];
};