UNPKG

stapp-validate

Version:

Form validation module for stapp - modular state manager

7 lines (6 loc) 114 B
/** * @private */ export declare const validateReducer: import("stapp").Reducer<{ [K: string]: boolean; }>;