(email: string)
| 38 | * `no-duplicate-canonical-helpers` lint-meta rule. |
| 39 | */ |
| 40 | export const normalizeEmail = (email: string): string => |
| 41 | email.toLowerCase().trim(); |
| 42 | |
| 43 | /** |
| 44 | * Mask a recipient email for safe logging. Examples: |
no outgoing calls
no test coverage detected