GT2/Ejectable/node_modules/parse-headers/index.d.ts

5 lines
135 B
TypeScript

declare module 'parse-headers' {
function parseHeaders(headers: string): Record<string, string | string[]>
export = parseHeaders
}