mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 04:04:25 +08:00
7 lines
195 B
TypeScript
7 lines
195 B
TypeScript
import { HttpOptions } from './http';
|
|
import type { GetUriProtocol } from '.';
|
|
/**
|
|
* Returns a Readable stream from an "https:" URI.
|
|
*/
|
|
export declare const https: GetUriProtocol<HttpOptions>;
|