mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-03 13:41:05 -07:00
9 lines
237 B
TypeScript
9 lines
237 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2026 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
// eslint-disable-next-line import/no-relative-packages
|
|
export { HttpsProxyAgent } from '../../../../node_modules/https-proxy-agent/dist/index.js';
|