2 lines
128 B
TypeScript
Executable file
2 lines
128 B
TypeScript
Executable file
/** Converts the first letter of a string to uppercase */
|
|
export declare function uppercaseFirstLetter(string: string): string;
|