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) 231 B
export var Priority; (function (Priority) { Priority[Priority["immediate"] = 10] = "immediate"; Priority[Priority["throttled"] = 5] = "throttled"; Priority[Priority["low"] = 1] = "low"; })(Priority || (Priority = {}));