UNPKG

node-system-proxy

Version:
9 lines (7 loc) 227 B
/** * This file is part of the William Chan. * @author William Chan <root@williamchan.me> */ /// <reference types="node" /> export function enable(host: string, port: number): void; export function disable(): void;