UNPKG

@drop-in/new

Version:

A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI

4 lines (3 loc) 118 B
export const normalizeEmail = (email: string): string => { return decodeURIComponent(email).toLowerCase().trim(); };