UNPKG

andresusandi-pubsub

Version:

PubSub library that provides a number of different underlying technologies

8 lines (7 loc) 122 B
const SUBSCRIPTION_EVENTS = { MESSAGE: "message", ERROR: "error", } module.exports = { SUBSCRIPTION_EVENTS, }