UNPKG

tezx

Version:

TezX is a high-performance, lightweight JavaScript framework designed for speed, scalability, and flexibility. It enables efficient routing, middleware management, and static file serving with minimal configuration. Fully compatible with Node.js, Deno, an

7 lines (6 loc) 264 B
import { Context } from "../index.js"; import { WebSocketEvent, WebSocketOptions } from "./index.js"; export declare class DenoTransport { upgrade(ctx: Context, event: WebSocketEvent, options: WebSocketOptions): Promise<Response>; private setupHandlers; }