7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
/**
|
|
* @module
|
|
* BearMetal Router, for routing HTTP requests with Deno.serve
|
|
*/
|
|
|
|
export { Router } from "./router.ts";
|