UNPKG

@bespunky/angular-zen

Version:

The Angular tools you always wished were there.

3 lines (2 loc) 175 B
export declare function touchFirstLetter([firstLetter, ...rest]: string, touch: (first: string) => string): string; export declare function firstUpper(value: string): string;