libreccm-legacy/tools-ng/tinymce/plugins/ccm-cms-images/node_modules/popsicle-proxy-agent/dist/index.d.ts

11 lines
255 B
TypeScript

declare function proxy(options: proxy.Options): (urlStr: string) => void;
declare namespace proxy {
interface Options {
proxy?: string;
httpProxy?: string;
httpsProxy?: string;
noProxy?: string;
}
}
export = proxy;