UNPKG

proxy-cmd

Version:

Toggle proxy environments (http_proxy and https_proxy) in command line.

6 lines (5 loc) 104 B
#!/usr/bin/env node /** * Set global proxy environments */ export declare const proxySet: () => void;