@ripetchor/vivi 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -331,7 +331,7 @@ console.log(flattenErrors(result.error.issues));
|
|
|
331
331
|
## Custom validator
|
|
332
332
|
|
|
333
333
|
```ts
|
|
334
|
-
import { customValidator, ViviError, type ParseFn, type Path } from
|
|
334
|
+
import { customValidator, ViviError, type ParseFn, type Path } from '@ripetchor/vivi';
|
|
335
335
|
|
|
336
336
|
|
|
337
337
|
interface User {
|