Library update: ajv-ts 0.5
Installation/Update
npm i ajv-ts@latest # npm
yarn add ajv-ts@latest # yarn
pnpm add ajv-ts@latest # pnpm
bun add ajv-ts@latest # bun
New Features
not, exclude
Now you can mark your schema with not keyword!
Here is a 2 differences between not and ex...
vitalicset.hashnode.dev2 min read