This release is 1 version behind 0.3.1 — the latest version of @upyo/core. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Simple email sending library for Node.js, Deno, Bun, and edge functions
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
3 months ago (0.3.0-dev.36+e7618f03)
f
formatAddress
Formats an address object into a string representation. This function is an inverse of the parseAddress function.
f
isEmailAddress
Type guard function that checks if a given value is a valid email address.
f
parseAddress
Parses a string representation of an email address into an Address object. This function is an inverse of the formatAddress function.
T
EmailAddress
A type alias for email address strings that must contain an @ symbol.
Add Package
deno add jsr:@upyo/core
Import symbol
import * as mod from "@upyo/core/address";
Import directly with a jsr specifier
import * as mod from "jsr:@upyo/core/address";
Add Package
pnpm i jsr:@upyo/core
pnpm dlx jsr add @upyo/core
Import symbol
import * as mod from "@upyo/core/address";
Add Package
yarn add jsr:@upyo/core
yarn dlx jsr add @upyo/core
Import symbol
import * as mod from "@upyo/core/address";
Add Package
vlt install jsr:@upyo/core
Import symbol
import * as mod from "@upyo/core/address";
Add Package
npx jsr add @upyo/core
Import symbol
import * as mod from "@upyo/core/address";
Add Package
bunx jsr add @upyo/core
Import symbol
import * as mod from "@upyo/core/address";