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.

12 lines (11 loc) 340 B
declare class Package { static import(name: string): any; static get classTransformer(): { plainToInstance: <T>(cls: new (...args: any[]) => T, plain: object) => any; }; static get classValidator(): { validate: <T extends object>(dto: T) => Promise<any>; }; } export { Package }; export default Package;