https.d.ts 195 B

123456
  1. import { HttpOptions } from './http';
  2. import type { GetUriProtocol } from '.';
  3. /**
  4. * Returns a Readable stream from an "https:" URI.
  5. */
  6. export declare const https: GetUriProtocol<HttpOptions>;