UNPKG

publisher-subscriber-pattern

Version:

Publisher subscriber pattern that can be used with different event emitters including browser window

5 lines (4 loc) 100 B
module.exports = function () { this.callsCount = 0; this.callback = () => this.callsCount++; };