8 lines
168 B
TypeScript
Executable File
8 lines
168 B
TypeScript
Executable File
/**
|
|
* @module
|
|
* BearMetal Router, for routing HTTP requests with Deno.serve
|
|
*/
|
|
|
|
export { Router } from "./router.ts";
|
|
export { FileRouter } from "./file_router.ts";
|