Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>email

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function email
import { email } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Creates an email validation action.

Hint: This validation action intentionally only validates common email addresses. If you are interested in an action that covers the entire specification, please see issue #204.

Type Parameters

TInput extends string

Returns

EmailAction<TInput, undefined>

An email action.

Creates an email validation action.

Hint: This validation action intentionally only validates common email addresses. If you are interested in an action that covers the entire specification, please see issue #204.

Type Parameters

TInput extends string
TMessage extends ErrorMessage<EmailIssue<TInput>> | undefined

Parameters

message: TMessage

The error message.