chore: update version to 0.0.43 and enhance request/response types for Bun server

This commit is contained in:
2025-12-20 23:22:32 +08:00
parent a6a7e74559
commit 90ef73a97b
4 changed files with 106 additions and 25 deletions

View File

@@ -18,3 +18,6 @@ export type { Rule, Schema, } from './validator/index.ts';
export { App } from './app.ts';
export * from './router-define.ts';
export { RouterReq, RouterRes } from './server/server-type.ts';