mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-11 09:49:12 +00:00
3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
![]() |
/** Converts the first letter of a string to uppercase */
|
||
|
export declare function uppercaseFirstLetter(string: string): string;
|