1234 |
- import { ValidationRule, ValidationValue, ValidationValueMessage } from '../types';
- declare const _default: <T extends ValidationValue>(rule?: ValidationRule<T> | undefined) => string | T | undefined;
- export default _default;
- //# sourceMappingURL=getRuleValue.d.ts.map
|