1.0.1 • Published 11 years ago

introspect-reduce v1.0.1

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

introspect-reduce

build status dependency status

browser support

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

MIT Licenced