(email: string)
| 78 | * and an operator typing "Alice@..." means the same person. |
| 79 | */ |
| 80 | export const normalizeEmail = (email: string): string => email.trim().toLowerCase(); |
| 81 | |
| 82 | /** |
| 83 | * A host's member directory, keyed by the SAME id space the subject table |
no outgoing calls
no test coverage detected