Appearance
function maskEmail(email): string;
Masks an email address. 邮箱脱敏。
email
string
maskEmail('john@example.com') // => 'j***@example.com'
1.0.0