1.0.0 • Published 8 years ago

@f/is-action-type v1.0.0

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

is-action-type

Build status Git tag NPM version Code style

Check if is standard action of specified type.

Installation

$ npm install @f/is-action-type

Usage

var isActionType = require('@f/is-action-type')

isActionType('foo', {type: 'foo', payload: 'bar'}) // => true

API

isActionType(type, action)

  • type - type of action
  • action - action to check type of

Returns: whether action is of type type

License

MIT