UNPKG

proxy-cmd

Version:

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

6 lines (5 loc) 98 B
#!/usr/bin/env node /** * Set or show proxy port */ export declare const proxyPort: () => void;