GT2/Ejectable/node_modules/parse-headers/index.d.ts
2021-08-16 00:14:59 +00:00

4 lines
135 B
TypeScript

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