UNPKG

@foxify/http

Version:
7 lines (5 loc) 119 B
export type ProtocolT = string | "http" | "https"; export const enum PROTOCOL { HTTP = "http", HTTPS = "https", }