UNPKG

@rr0/data

Version:
9 lines (8 loc) 327 B
export declare class StringUtil { static capitalizeFirstLetter(s: string): string; static withoutDots(str: string): string; static withoutPunctuation(str: string): string; static withoutAccents(str: string): string; static textToCamel(text: string): string; static camelToText(camel: string): string; }