feat: browser router add custom error
This commit is contained in:
9
src/browser.ts
Normal file
9
src/browser.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export { Route, QueryRouter, QueryRouterServer } from './route.ts';
|
||||
|
||||
export { Rule, Schema, createSchema } from './validator/index.ts';
|
||||
|
||||
export type { RouteContext, RouteOpts } from './route.ts';
|
||||
|
||||
export type { Run } from './route.ts';
|
||||
|
||||
export { CustomError } from './result/error.ts';
|
||||
Reference in New Issue
Block a user