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

5 lines
135 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
declare module 'parse-headers' {
function parseHeaders(headers: string): Record<string, string | string[]>
export = parseHeaders
}