mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-20 05:02:42 +08:00
5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
/**
|
|
* Initializes a third-party proxy module for HTTP(S) requests.
|
|
*/
|
|
export declare function initializeProxy(): void;
|