MCPcopy Index your code
hub / github.com/simstudioai/sim / normalizeEmail

Function normalizeEmail

packages/utils/src/string.ts:45–47  ·  view source on GitHub ↗
(email: string)

Source from the content-addressed store, hash-verified

43 * surrounding whitespace and lowercasing.
44 */
45export function normalizeEmail(email: string): string {
46 return email.trim().toLowerCase()
47}

Callers 14

createPendingInvitationFunction · 0.90
acceptInvitationFunction · 0.90
rejectInvitationFunction · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
verifyCodeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected