UNPKG

proxy-cmd

Version:

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

6 lines (5 loc) 108 B
#!/usr/bin/env node /** * Set or show proxy url */ export declare const proxyUrl: (url?: string) => void;