UNPKG

@d3vtool/kazejs

Version:

A flexible Node.js web framework built with TypeScript, focusing on dependency injection, routing, middleware, and schema validation. Supports dynamic routes, global middleware, static files, and customizable error handling for scalable apps.

7 lines (6 loc) 144 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Router = void 0; class Router { } exports.Router = Router;