Newer
Older
vue-indexer / node_modules / get-uri / dist / https.d.ts
@eugene-sukhodolskiy eugene-sukhodolskiy on 24 Sep 195 bytes v1.0
import { HttpOptions } from './http';
import type { GetUriProtocol } from '.';
/**
 * Returns a Readable stream from an "https:" URI.
 */
export declare const https: GetUriProtocol<HttpOptions>;