File "header.d.ts"

Full path: /home/ulinin/public_html/ttt.ulinin.com/node_modules/undici-types/header.d.ts
File size: 0.13 KB (133 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

/**
 * The header type declaration of `undici`.
 */
export type IncomingHttpHeaders = Record<string, string | string[] | undefined>;