Even more docs, adds response utils to module

This commit is contained in:
2025-01-04 19:26:09 -07:00
parent 5dad5bc0b1
commit fa73b0bdc0
4 changed files with 48 additions and 6 deletions

2
mod.ts
View File

@@ -5,5 +5,3 @@
export { Router } from "./router.ts";
export { FileRouter } from "./file_router.ts";
export type { Handler, Middleware } from "./types.ts";