UNPKG

@ogs-gmbh/ngx-http

Version:

A lightweight Angular library that enhances HTTP functionalities by providing types, static values, and utility functions.

3 lines (2 loc) 169 B
import { HttpConfig } from "../types/environment-config.type"; export declare const mergeHttpConfig: (baseHttpConfig: HttpConfig, httpConfig: HttpConfig) => HttpConfig;