UNPKG

195 BTypeScriptView Raw
1export declare type JSONHostnameFormat = {
2 name: "hostname";
3 variant: "rfc1123" | "rfc5890";
4};
5export declare function inferHostname(value: string): JSONHostnameFormat | undefined;