DefinitelyTyped/types/proxy-from-env/proxy-from-env-tests.ts

5 lines
130 B
TypeScript

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