8 lines
168 B
TypeScript
Raw Normal View History

2025-05-09 17:00:27 +00:00
/**
* HTTP routing
2025-05-09 17:00:27 +00:00
*/
2025-05-09 21:21:28 +00:00
// Export the unified HttpRouter
export { HttpRouter } from './http-router.js';
export type { RouterResult, ILogger } from './http-router.js';