UNPKG

auditjs

Version:

Audit dependencies to identify known vulnerabilities and maintenance problems

7 lines (6 loc) 266 B
import { Agent as UndiciAgent, ProxyAgent } from 'undici'; export declare class RequestHelpers { static getUserAgent(): string[]; static getAgent(insecure?: boolean): UndiciAgent | ProxyAgent | undefined; static getHttpAgent(): ProxyAgent | undefined; }