update add no path and random path

This commit is contained in:
2025-10-22 17:05:20 +08:00
parent 24166f9899
commit cc74dc6803
5 changed files with 85 additions and 9 deletions

View File

@@ -11,7 +11,9 @@ export { Server, handleServer } from './server/index.ts';
*/
export { CustomError } from './result/error.ts';
export { Rule, Schema, createSchema } from './validator/index.ts';
export { createSchema } from './validator/index.ts';
export type { Rule, Schema, } from './validator/index.ts';
export { App } from './app.ts';