Skip to content

Commit dbac63f

Browse files
authored
Added classvalidator to adapters export (#481)
1 parent 5041414 commit dbac63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/adapters/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export type { ValidationAdapter, Infer, InferIn } from './adapters.js';
22

33
export { arktype, arktypeClient } from './arktype.js';
4+
export { classvalidator, classvalidatorClient } from './classvalidator.js';
45
export { joi, joiClient } from './joi.js';
56
export { superformClient } from './superform.js';
67
export { typebox, typeboxClient } from './typebox.js';

0 commit comments

Comments
 (0)