Repository URL to install this package:
Version:
0.3.0-sandbox.3 ▾
|
export declare function pluralizeByCount(count: number, name: string, namePlural?: string): string;
export declare function toTitleCase(str: string): string;
export declare function camelCaseToKebabCase(string: string): string;