UNPKG

@elsikora/nestjs-crud-automator

Version:

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

7 lines (6 loc) 270 B
/** * Converts a string to camel case format with special handling for known compound words * @param {string} string - The string to convert to camel case * @returns {string} The camel-cased string */ export declare function CamelCaseString(string: string): string;