proxy.d.ts 121 Bytes
Newer Older
1 2 3 4
/**
 * Initializes a third-party proxy module for HTTP(S) requests.
 */
export declare function initializeProxy(): void;