UNPKG

@fruitsjs/http

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