UNPKG

@obliczeniowo/elementary

Version:
4 lines (3 loc) 190 B
export declare const firstToUpper: (text: string) => string; export declare const allWordsFirstToUpper: (text: string) => string; export declare const toCamelCase: (text: string) => string;