import { _randomFormatHostname } from "./_randomFormatHostname";

export const _randomFormatIdnHostname = (): string => _randomFormatHostname();
