UNPKG

apns-send

Version:

The apns-send npm package enables seamless integration of push notifications using the Apple Push Notification service (APNs) with the HTTP/2 protocol.

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