UNPKG

apns2

Version:

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

9 lines (8 loc) 177 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Priority = void 0; exports.Priority = { immediate: 10, throttled: 5, low: 1, };