UNPKG

get-uri

Version:

Returns a `stream.Readable` from a URI string

7 lines 242 B
import { HttpOptions } from './http.js'; import type { GetUriProtocol } from './index.js'; /** * Returns a Readable stream from an "https:" URI. */ export declare const https: GetUriProtocol<HttpOptions>; //# sourceMappingURL=https.d.ts.map