UNPKG

295 BTypeScriptView Raw
1import { HttpExecutor } from "builder-util-runtime";
2import { ClientRequest } from "http";
3export declare class NodeHttpExecutor extends HttpExecutor<ClientRequest> {
4 createRequest(options: any, callback: (response: any) => void): any;
5}
6export declare const httpExecutor: NodeHttpExecutor;