UNPKG

atomics-http

Version:

atomics-http is a Node.js extension that provides synchronous http calls.

7 lines (6 loc) 225 B
export interface AgentAdapter { options: Object; construct: string | Function; } export declare function toAgentAdapter(agent: any): any; export declare function adapterToAgent(adapter?: boolean | AgentAdapter): any;