Files
Aislo/node_modules/parse-headers/index.d.ts
T
2026-07-05 14:05:22 +09:00

5 lines
135 B
TypeScript

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