Skip to content

Commit 0973135

Browse files
authored
docs: add valype to xToZodConverts (#4930)
1 parent 2ffdae1 commit 0973135

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/docs/components/ecosystem.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ const xToZodConverters: ZodResource[] = [
124124
description: "The ultimate toolkit for working with APIs.",
125125
slug: "kubb-labs/kubb",
126126
},
127+
{
128+
name: "valype",
129+
url: "https://github.com/yuzheng14/valype",
130+
description: "Typescript's type definition to runtime validator (includeing zod).",
131+
slug: "yuzheng14/valype",
132+
},
127133
];
128134

129135
const mockingLibraries: ZodResource[] = [

0 commit comments

Comments
 (0)