bpms_site/.svn/pristine/6a/6a1b211e6ca5f713acec85db0c9439b17fdf804b.svn-base
2025-11-02 16:38:49 +03:30

8 lines
215 B
Plaintext

/**
* 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;