stream-fsm
A streaming finite state machine
Install
npm install stream-fsm
Use
var fsm = ; var out = {};var stream = ; stream;
Passthrough
var stream = ;
Other methods
stream.fsm.cache
() - returns the data that is currently held in the cache
stream.fsm.mode
() - returns current mode of the fsm
License
MIT