UNPKG

proxy-cmd

Version:

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

6 lines (5 loc) 90 B
#!/usr/bin/env node /** * Init proxy-cmd */ export declare const proxyInit: () => void;