UNPKG
gemini-zod
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Gemini AI Schema to Zod Adapter
github.com/jbeoris/gemini-zod
jbeoris/gemini-zod
gemini-zod
/
dist
/
index.d.ts
3 lines
(2 loc)
•
122 B
TypeScript
View Raw
1
2
3
export
declare
function
toGeminiSchema
(
zodSchema
:
any
):
any
;
export
declare
function
toZodSchema
(
geminiSchema
:
any
):
any
;