Files
boc/aamos-api-v1/node_modules/global-agent/dist/factories/createGlobalProxyAgent.d.ts
T

8 lines
271 B
TypeScript
Raw Normal View History

import type { ProxyAgentConfigurationInputType } from '../types';
declare const _default: (configurationInput?: ProxyAgentConfigurationInputType) => {
HTTP_PROXY: string | null;
HTTPS_PROXY: string | null;
NO_PROXY: string | null;
};
export default _default;