We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf55f1c commit 40ce7a9Copy full SHA for 40ce7a9
.changeset/chilly-bees-melt.md
@@ -0,0 +1,5 @@
1
+---
2
+'vee-validate': patch
3
4
+
5
+feat: expose normalizeRules closes #4348
packages/vee-validate/src/index.ts
@@ -1,6 +1,7 @@
export { validate, validateObjectSchema as validateObject } from './validate';
export { defineRule } from './defineRule';
export { configure } from './config';
+export { normalizeRules } from './utils';
export { Field } from './Field';
6
export { Form } from './Form';
7
export { FieldArray } from './FieldArray';
0 commit comments