Spaces:
Sleeping
Sleeping
File size: 215 Bytes
fea495a | 1 2 3 4 5 6 7 8 | /**
* Formats a hostname so that it is a valid host that can be fetched by wrapping
* IPv6 hosts with brackets.
* @param hostname
* @returns
*/
export declare function formatHostname(hostname: string): string;
|