Files
muzak/node_modules/@next/font/dist/google/get-proxy-agent.d.ts
T
2025-07-02 11:28:41 +02:00

7 lines
211 B
TypeScript

/// <reference types="node" />
import type { Agent } from 'https';
/**
* If the http(s)_proxy environment variables is set, return a proxy agent.
*/
export declare function getProxyAgent(): Agent | undefined;