1.1.2 • Published 8 years ago

bredux-operate v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

bredux-operate

Build Status Code Climate Code Coverage npm Version JS Standard

Operation bind for bredux

Installation

$ npm install bredux-operate --save

Usage

'use strict'

const {
  types: OperationTypes,
  reducer: OperationReducer
} = require('bredux-operate')

Functions

Available functions

SignatureDescription
reducer(state, action) -> ObjectReducer for the store

License

This software is released under the MIT License.

Links