UNPKG

@pushforge/builder

Version:

A robust, cross-platform Web Push notification library that handles VAPID authentication and payload encryption following the Web Push Protocol standard. Works in Node.js 16+, Browsers, Deno, Bun and Cloudflare Workers.

3 lines (2 loc) 148 B
export type { PushMessage, PushSubscription, BuilderOptions, PushOptions, } from './types.js'; export { buildPushHTTPRequest } from './request.js';