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

8 lines (7 loc) 165 B
export declare function useParams({ path, urlPattern, }: { path: string; urlPattern: string; }): { success: boolean; params: Record<string, any>; };