UNPKG

attadux

Version:

Implementation of the redux-modular-ducks, forked from the extensible-duck implementation and extended to include spected validators, state machines, helpers, web workers, effect handling, action multipliers, action enhancers, action throttling/debouncing

12 lines (8 loc) 295 B
'use strict'; exports.__esModule = true; var _types = require('../types'); var _createConstants = (0, _types.createConstants)({ VALIDATION_LEVELS: ['STRICT', 'CANCEL', 'PRUNE', 'LOG'] }); var VALIDATION_LEVELS = _createConstants.VALIDATION_LEVELS; exports['default'] = VALIDATION_LEVELS;