UNPKG

push-receiver

Version:

A module to subscribe to GCM/FCM and receive notifications within a node process.

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