UNPKG

auditjs

Version:

Audit dependencies to identify known vulnerabilities and maintenance problems

8 lines (7 loc) 244 B
/// <reference types="node" /> import { Agent } from 'http'; export declare class RequestHelpers { static getUserAgent(): string[]; static getAgent(insecure?: boolean): Agent | undefined; static getHttpAgent(): Agent | undefined; }