Skip to main content
Home
This release is 4 versions behind 0.4.0 — the latest version of @upyo/pool. Jump to latest

@upyo/pool@0.3.1
Built and signed on GitHub Actions

Works with
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score100%
Downloads1/wk
Published2 months ago (0.3.1)

Pool transport for Upyo email library—provides load balancing and failover for multiple email providers

type alias TransportSelector

Function that determines if a transport should handle a specific message.

Definition

(message: Message) => boolean

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@upyo/pool

Import symbol

import { type TransportSelector } from "@upyo/pool";
or

Import directly with a jsr specifier

import { type TransportSelector } from "jsr:@upyo/pool";

Add Package

pnpm i jsr:@upyo/pool
or (using pnpm 10.8 or older)
pnpm dlx jsr add @upyo/pool

Import symbol

import { type TransportSelector } from "@upyo/pool";

Add Package

yarn add jsr:@upyo/pool
or (using Yarn 4.8 or older)
yarn dlx jsr add @upyo/pool

Import symbol

import { type TransportSelector } from "@upyo/pool";

Add Package

vlt install jsr:@upyo/pool

Import symbol

import { type TransportSelector } from "@upyo/pool";

Add Package

npx jsr add @upyo/pool

Import symbol

import { type TransportSelector } from "@upyo/pool";

Add Package

bunx jsr add @upyo/pool

Import symbol

import { type TransportSelector } from "@upyo/pool";