UNPKG

@puq/names

Version:

The String Names Library provides a simple names function that takes a string input and returns all possible naming convention variants, such as camelCase, snake_case, CONSTANT_CASE, and more. Perfect for tasks like code generation, formatting standardiza

7 lines 207 B
/** * Pluralize the given string following (english) grammer * @param name name to pluralize * @returns */ export declare function pluralize(name: string): string; //# sourceMappingURL=pluralize.d.ts.map