UNPKG

genpower

Version:

Unified TypeScript library to generate, validate, and structure AI model outputs

3 lines (2 loc) 117 B
import { ZodType } from "zod"; export declare const validateJSON: <T>(text: string, schema: ZodType<T>) => T | null;