UNPKG

@foxify/http

Version:
6 lines 175 B
export declare type ProtocolT = string | "http" | "https"; export declare const enum PROTOCOL { HTTP = "http", HTTPS = "https" } //# sourceMappingURL=PROTOCOL.d.ts.map