UNPKG

vdi-ngify-http

Version:
8 lines (7 loc) 318 B
import { HttpClient as _HttpClient, HttpConfig, HttpInterceptor } from "@ngify/http"; export declare class NgHttp extends _HttpClient { private readonly interceptors; private readonly config; constructor(interceptors: HttpInterceptor[], config: HttpConfig); get getInterceptors(): HttpInterceptor[]; }