UNPKG

@lottojs/ciapa

Version:

Sto bibliotecheto fato in JavaScript, te permete de farghe le chiamate HTTP e ciapar tute le informazioni che te serve par el to progèto.

4 lines (3 loc) 262 B
import { HttpHeader } from '../interfaces/http'; export declare function lowerCaseHeadersKeys(headers: Record<string, string>): string[]; export declare function buildHeaders(otherHeaders: HttpHeader[], headers?: Record<string, string>): Record<string, string>;