UNPKG

apns2

Version:

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

6 lines (5 loc) 282 B
import type { Http2Session } from "node:http2"; import type { Client } from "undici"; import type { Pool } from "undici"; export declare function undici_getPoolClients(pool: Pool): Client[]; export declare function undici_getClientHttp2Session(client: Client): Http2Session | null;