We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ef131e + dbac63f commit 41659ddCopy full SHA for 41659dd
src/lib/adapters/index.ts
@@ -1,6 +1,7 @@
1
export type { ValidationAdapter, Infer, InferIn } from './adapters.js';
2
3
export { arktype, arktypeClient } from './arktype.js';
4
+export { classvalidator, classvalidatorClient } from './classvalidator.js';
5
export { joi, joiClient } from './joi.js';
6
export { superformClient } from './superform.js';
7
export { typebox, typeboxClient } from './typebox.js';
0 commit comments