UNPKG

get-uri

Version:

Returns a `stream.Readable` from a URI string

7 lines (6 loc) 195 B
import { HttpOptions } from './http'; import type { GetUriProtocol } from '.'; /** * Returns a Readable stream from an "https:" URI. */ export declare const https: GetUriProtocol<HttpOptions>;