UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

8 lines (7 loc) 274 B
export declare class StringUtil { static capitalizeFirstLetter(s: string): string; static withoutDots(str: string): string; static removeAccents(str: string): string; static textToCamel(text: string): string; static camelToText(camel: string): string; }