UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

7 lines (6 loc) 244 B
/** * Capitalizes the first letter of a string and makes the rest lowercase * @param {string} string - The string to capitalize * @returns {string} The capitalized string */ export declare function CapitalizeString(string: string): string;