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.

4 lines (3 loc) 372 B
import { Get, Post, Put, Delete, Patch, Head, Options, Trace, Connect, Link, Unlink, All, ParentRoute } from "./kaze-route-decorators"; import { ErrorHandler, Middlewares, VErrorHandler } from "./kaze-middleware-decorators"; export { Get, Post, Put, Delete, Patch, Head, Options, Trace, Connect, Link, Unlink, All, ParentRoute, ErrorHandler, Middlewares, VErrorHandler };