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.

4 lines (3 loc) 173 B
export declare function toSingular(name: string): string; export declare function toPlural(name: string): string; export declare function capitalize(value: string): string;