@upyo/core
Version:
Simple email sending library for Node.js, Deno, Bun, and edge functions
6 lines (5 loc) • 321 B
JavaScript
import { formatAddress, isEmailAddress, parseAddress } from "./address.js";
import { isAttachment } from "./attachment.js";
import { createMessage } from "./message.js";
import { comparePriority } from "./priority.js";
export { comparePriority, createMessage, formatAddress, isAttachment, isEmailAddress, parseAddress };