mirror of
https://github.com/honojs/hono.git
synced 2024-11-30 01:56:18 +01:00
a149dddfdc
* refactor(router): Export supported HTTP methods. * refactor(router): Introduce UnsupportedPathError. * feat(static-router): Introduce StaticRouter. * feat(reg-exp-router): Add "allowAmbiguous" option to RegExpRouter. * feat(smart-router): Introduce SmartRouter. * feat(hono): Make SmartRouter the default router. * chore: denoify * refactor(smart-router): routers is never undefined. * chore: denoify * refactor: Fix test for SmartRouter.
2 lines
42 B
TypeScript
2 lines
42 B
TypeScript
export { SmartRouter } from './router.ts'
|