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