UNPKG

pulse-ai-utils

Version:

Utility functions and helpers for AI-powered applications

3 lines (2 loc) 100 B
import { ZodTypeAny } from 'zod'; export declare function zodToJsonSchema(schema: ZodTypeAny): any;