introspect-reduce

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i introspect-reduce

Weekly Downloads

0

Version

1.0.1

License

none

Last publish

Collaborators

  • raynos