1.0.0 • Published 3 months ago

get-system-proxy v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

get-system-proxy

Get system proxy for macOS/Windows.

Use

import { get as getSystemProxy } from 'get-system-proxy'

getSystemProxy().then(proxy => {
  console.log(proxy) // ProxyInfo | undefined
})
1.0.0

3 months ago