A pair of name (which is optional) and email address.
readonly
address: EmailAddress
The email address itself.
Simple email sending library for Node.js, Deno, Bun, and edge functions
A pair of name (which is optional) and email address.
address: EmailAddress
The email address itself.
Add Package
deno add jsr:@upyo/core
Import symbol
import { type Address } from "@upyo/core/address";
Import directly with a jsr specifier
import { type Address } from "jsr:@upyo/core/address";
Add Package
pnpm i jsr:@upyo/core
pnpm dlx jsr add @upyo/core
Import symbol
import { type Address } from "@upyo/core/address";
Add Package
yarn add jsr:@upyo/core
yarn dlx jsr add @upyo/core
Import symbol
import { type Address } from "@upyo/core/address";
Add Package
vlt install jsr:@upyo/core
Import symbol
import { type Address } from "@upyo/core/address";
Add Package
npx jsr add @upyo/core
Import symbol
import { type Address } from "@upyo/core/address";
Add Package
bunx jsr add @upyo/core
Import symbol
import { type Address } from "@upyo/core/address";