rx-intent
0.3.6 • Public • Published
Rx Intent
A more convenient way to use Rx Subject
usage
var intent = new Intent('hello');
intent.hellos.subscribe(function (name) {
console.log('hello %s', name);
})
intent.hello('world');
> hello world
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.3.6 | 0 | latest |
Version History
Package Sidebar
Install
Weekly Downloads