UNPKG

@fivesheepco/cloudflare-apns2

Version:

Client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.

5 lines (4 loc) 268 B
import { Notification, type NotificationOptions } from "./notification.js"; export declare class SilentNotification extends Notification { constructor(deviceToken: string, options?: Omit<NotificationOptions, "type" | "alert" | "priority" | "contentAvailable">); }