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

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