UNPKG

ruddy

Version:

Modularized state-management tools for modern front-end applications. Manage dispatched messages in a clean and predictable way for either small or large scale projects

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