UNPKG

push-receiver-v2

Version:

A module to subscribe to GCM/FCM and receive notifications within a node process. v2 is compatible with the latest FCM registration endpoints.

8 lines (6 loc) 127 B
module.exports = { waitFor, }; function waitFor(timeout) { return new Promise(resolve => setTimeout(resolve, timeout)); }