This commit is contained in:
2024-12-01 05:31:21 -07:00
parent 3e68ca285b
commit defd40293f
3 changed files with 12 additions and 2 deletions

7
mod.ts
View File

@@ -1 +1,6 @@
export { Router } from "./router.ts";
/**
* @module
* BearMetal Router, for routing HTTP requests with Deno.serve
*/
export { Router } from "./router.ts";