UNPKG

parse-headers

Version:

Parse http headers, works with browserify/xhr

5 lines (4 loc) 135 B
declare module 'parse-headers' { function parseHeaders(headers: string): Record<string, string | string[]> export = parseHeaders }