introspect-reduce
v1.0.1
Published
introspect the state of a reducible
Downloads
4
Readme
introspect-reduce
introspect the state of a reducible
Example
var introspect = require("introspect-reduce")
var thing = introspect(someReducible(), "what is in thing?")
// introspect will log `what is in thing {{VALUE}}` for everything
// that comes out of `someReducible()`
fold(thing, function () {
// do stuff
})
Installation
npm install introspect-reduce
Contributors
- Raynos