export function useProxy()

in tools/gsuite-scanner/src/fetch.ts [13:15]


export function useProxy(v: boolean): void {
    enableProxy = v;
}