mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
declare module 'parse-headers' {
|
|
function parseHeaders(headers: string): Record<string, string | string[]>
|
|
export = parseHeaders
|
|
}
|