1 2 3 4 5 6 7 8
x1 x5 x5
/** * Validation utilities. * * It contains a {@link https://github.com/colinhacks/zod | Zod} wrapper with human-readable error formatting. * * @module */ export { is, schema } from "./is.ts"