UNPKG

convex

Version:

Client for the Convex Cloud

7 lines (6 loc) 168 B
"use strict"; import { z } from "zod"; export function looseObject(shape, params) { return z.object(shape, params).passthrough(); } //# sourceMappingURL=utils.js.map