node-apn / node-apn

:calling: Apple Push Notification module for Node.js
MIT License
4.37k stars 681 forks source link

Add public methods to TypeScript definitions #692

Open spasiu opened 3 years ago

spasiu commented 3 years ago

We're using the library in a TypeScript project but some of the Notification methods we're using (length, compile) aren't defined forcing us to call them with Notification as any.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e5976ec84b22c0f5af9b10f546daae7448778967 on spasiu:patch-1 into 38a357ed0c153aad09c2857e48a710527e685bfc on node-apn:master.