import { email } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Creates a validation functions that validates a email.
Hint: The regex used is not perfect, but should work for most emails.
import { email } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Creates a validation functions that validates a email.
Hint: The regex used is not perfect, but should work for most emails.