UNPKG

@plurid/plurid-data

Version:
10 lines (9 loc) 293 B
export declare const PROTOCOL_SEPARATOR = "://"; export declare const HTTP_PROTOCOL = "http"; export declare const HTTPS_PROTOCOL = "https"; export declare const PLURID_PROTOCOL = "plurid"; export declare const protocols: { http: string; https: string; plurid: string; };