UNPKG

@pryv/monitor

Version:

Extends `pryv` with event-driven notifications for changes on a Pryv.io account

11 lines (9 loc) 219 B
/** * @license * [BSD-3-Clause](https://github.com/pryv/lib-js/blob/master/LICENSE) */ module.exports = { Null: require('./UpdateMethod'), Socket: require('./Socket'), EventsTimer: require('./EventsTimer') };