get-system-proxy
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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
})

/get-system-proxy/

    Package Sidebar

    Install

    npm i get-system-proxy

    Weekly Downloads

    4

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    10.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • guoshengqiang