zod-generate
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

zod generate

$ cat ./test/input.js | node dist/cli.js
z.object({
  a: z.number(),
  b: z.string(),
  c: z.boolean(),
});

Readme

Keywords

none

Package Sidebar

Install

npm i zod-generate

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

3.48 kB

Total Files

4

Last publish

Collaborators

  • kevinsimper