UNPKG

diffusion

Version:

Diffusion JavaScript client

7 lines (5 loc) 151 B
function TopicNotificationSelection(cid, selector) { this.cid = cid; this.selector = selector; } module.exports = TopicNotificationSelection;