EmailAddress overview

Added in v1.0.0


Table of contents


Model

EmailAddress (type alias)

Represents strings (email addresses) that conform to the RFC 5322 standard.

Signature

export type EmailAddress = Branded<string, EmailAddressBrand>

Added in v1.0.0

String

EmailAddress

Represents strings (email addresses) that conform to the RFC 5322 standard.

Signature

export declare const EmailAddress: Schema<Opaque<string, EmailAddressBrand>, Opaque<string, EmailAddressBrand>>

Added in v1.0.0