0.3.6 • Published 10 years ago

rx-intent v0.3.6

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago

Build Status Coverage Status NPM version Downloads

#Rx Intent

A more convenient way to use Rx Subject

usage

var intent = new Intent('hello');

// intent.hellos is an instance of Rx.Observable
intent.hellos.subscribe(function (name) {
	console.log('hello %s', name);
})

intent.hello('world');
> hello world
0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago