UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

3 lines (2 loc) 138 B
import type { Headers } from '../http-interfaces'; export declare function addHeader(headers: Headers, key: string, value: string): void;