Client API Reference
@uuki/schemable-validator-client exposes four distinct groups of exports.
| Import path | What you get |
|---|---|
@uuki/schemable-validator-client | validateObject, Result primitives, Constraint pipeline, schema types |
@uuki/schemable-validator-client/zod | sv, createSv, toZodSchema, checkZodSchema, type exports |
@uuki/schemable-validator-client/valibot | sv, createSv, toValibotSchema, checkValibotSchema, type exports |
| Page | Contents |
|---|---|
| Core validator | validateObject, isAllValid, extractErrors |
| Result primitives | ok, err, isOk, isErr, map, flatMap, mapErr, getOrElse |
| Constraint pipeline | constraintsFromSchema, composeConstraints, individual factories, PATTERN_MAX_INPUT_LENGTH |
| Zod adapter | sv, createSv, ZodRefiner, ZodAsyncRefiner, toZodSchema, checkZodSchema |
| Valibot adapter | sv, createSv, ValibotRefiner, ValibotAsyncRefiner, toValibotSchema, checkValibotSchema |
| Type reference | ObjectSchema, PropertySchema, WhenCondition, FieldResult, FieldState, Constraint |