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) 164 B
export * from './apns/apns'; export * from './constants/errors'; export * from './notifications/notification'; export * from './notifications/silent-notification';