@effective-forms/yup
Advanced tools
+2
-1
| { | ||
| "name": "@effective-forms/yup", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "type": "commonjs", | ||
@@ -8,2 +8,3 @@ "peerDependencies": { | ||
| }, | ||
| "license": "MIT", | ||
| "keywords": [ | ||
@@ -10,0 +11,0 @@ "effector", |
+4
-4
@@ -1,2 +0,2 @@ | ||
| ## @effective-forms/zod | ||
| ## @effective-forms/yup | ||
| See full [documentaion](https://github.com/MiiZZo/effective-forms) | ||
@@ -21,5 +21,5 @@ ### About library | ||
| const userSchema = z.object({ | ||
| email: z.string(), | ||
| password: z.string(), | ||
| const userSchema = object({ | ||
| email: string().required(), | ||
| password: string().required(), | ||
| }); | ||
@@ -26,0 +26,0 @@ |
No License Found
LicenseLicense information could not be found.
Found 1 instance in 1 package
2685
1.36%0
-100%