mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
import { Router } from "./router.ts";
|
|
|
|
export const router: Router = new Router();
|