UNPKG

@kubernetes/client-node

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