mathcovax

Results 3 issues of mathcovax

I use this library to generate my front typing. But I encounter a problem with certain specific cases. If my back returns an object with dates like this: ```ts zod.object({...

input: ```ts zod.object({ test: zod.coerce.string() }) ``` output: ```ts { test?: string; } ``` The property is defined as possibly undefined, which is false. Thank you for your work. 😄

Hello ! The package `zod-accelerator` change there name and the github link is changed too. `https://github.com/duplojs/duplojs-zod-accelerator` -> `https://github.com/duplojs/zod-accelerator` Thanks for your work.

stale