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

10 lines (6 loc) 246 B
import { createConstants } from '../types'; var _createConstants = createConstants({ VALIDATION_LEVELS: ['STRICT', 'CANCEL', 'PRUNE', 'LOG'] }); var VALIDATION_LEVELS = _createConstants.VALIDATION_LEVELS; export default VALIDATION_LEVELS;