UNPKG

proxy-cmd

Version:

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

6 lines (5 loc) 101 B
#!/usr/bin/env node /** * Set or show NO_PROXY config */ export declare const noProxy: () => void;