What is zod?
"TypeScript-first schema declaration and validation library with static type inference"
zod is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 4.1 MB on disk.
Installation Guide
# Install via NPM
npm install zod
# Install via Yarn
yarn add zod