UNPKG

@signumjs/http

Version:
5 lines (4 loc) 141 B
import { Http } from './http'; export declare class HttpClientFactory { static createHttpClient(baseUrl: string, options?: any): Http; }