UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

6 lines (5 loc) 252 B
import { HttpLibrary, RequestContext, ResponseContext } from './http'; import { Observable } from '../rxjsStub'; export declare class IsomorphicFetchHttpLibrary implements HttpLibrary { send(request: RequestContext): Observable<ResponseContext>; }