feat: update to 0.0.12

This commit is contained in:
2025-04-18 01:16:06 +08:00
parent 17e515ad32
commit afad59e0ab
7 changed files with 73 additions and 27 deletions

13
mod.ts Normal file
View File

@@ -0,0 +1,13 @@
import { Route, QueryRouter, QueryRouterServer } from './src/route.ts';
export { App } from './src/app.ts';
export { Route, QueryRouter, QueryRouterServer };
export { Rule, Schema, createSchema } from './src/validator/index.ts';
export type { RouteContext, RouteOpts } from './src/route.ts';
export type { Run } from './src/route.ts';
export { CustomError } from './src/result/error.ts';