UNPKG

tspace-spear

Version:

tspace-spear is a lightweight, high-performance API framework for Node.js that leverages the native HTTP server and supports uWebSockets.js (C++) for maximum speed and efficiency.

15 lines (14 loc) 343 B
export declare class Compiler { generateRoutes(globalPrefix: string, options: { folder: string; name: RegExp; }): Promise<void | { method: string; path: string; body: string; params: string; query: string; files: string; response: string; }[] | undefined>; }