[zod-mock] Support for z.string().ip()
TakhyunKim opened this issue · 0 comments
TakhyunKim commented
versions used
"@anatine/zod-mock": "3.13.4"
"zod": "3.22.4",
"@faker-js/faker": "8.4.1"
Hello, I'm registering an issue because I need something while using zod-mock.
It would be nice to have support for z.string().ip().
In my project, I have ip type support via the mockeryMapper function,
but it would be more comfortable to have it built into the library.
With your permission, I would like to register a PR to address this issue.