We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bed4b3 commit 0b109c3Copy full SHA for 0b109c3
packages/docs/components/ecosystem.tsx
@@ -210,6 +210,12 @@ const poweredByZodProjects: ZodResource[] = [
210
description: "A xlsx based resource validator using Zod schemas for data imports and more",
211
slug: "sidwebworks/zod-xlsx",
212
},
213
+ {
214
+ name: "bupkis",
215
+ url: "https://github.com/boneskull/bupkis",
216
+ description: "Uncommonly extensible assertions for the beautiful people",
217
+ slug: "boneskull/bupkis",
218
+ }
219
];
220
221
const zodUtilities: ZodResource[] = [
0 commit comments