UNPKG

@vtex/api

Version:
12 lines (11 loc) 303 B
import HttpAgent from 'agentkeepalive'; export declare class HttpAgentSingleton { static getHttpAgent(): HttpAgent; static httpAgentStats(): { freeSockets: number; pendingRequests: number; sockets: number; }; private static httpAgent; private static count; }