import { _randomFormatEmail } from "./_randomFormatEmail";

export const _randomFormatIdnEmail = (): string => _randomFormatEmail();
