Files
DefinitelyTyped/types/proxy-from-env/proxy-from-env-tests.ts
2019-06-05 16:01:57 -07:00

5 lines
130 B
TypeScript

import { getProxyForUrl } from "proxy-from-env";
// $ExpectType string
getProxyForUrl("http://microsoft.github.io/TypeSearch/");