UNPKG

apns2

Version:

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

7 lines (6 loc) 177 B
export declare const Priority: { readonly immediate: 10; readonly throttled: 5; readonly low: 1; }; export type Priority = (typeof Priority)[keyof typeof Priority];