UNPKG

donobu

Version:

Create browser automations with an LLM agent and replay them as Playwright scripts.

4 lines 206 B
import { z } from 'zod/v4'; import type { JSONSchema } from 'zod/v4/core'; export declare function jsonSchemaToZod(schema: JSONSchema.BaseSchema): z.ZodTypeAny; //# sourceMappingURL=JsonSchemaUtils.d.ts.map