@the_plator/blog-common
v1.0.0
Published
This package provides input validation using Zod, a TypeScript-first schema declaration and validation library.
Downloads
3
Readme
ZOD validation
This package provides input validation using Zod, a TypeScript-first schema declaration and validation library.
.npmignore
have src because npm don't need it it only need js file so we ignore src and give access to dist folder which contain index.js file.
Publishing
npm login
npm publish --access public