mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
/**
|
|
* Upper case the first character of an input string.
|
|
*/
|
|
export declare function upperCaseFirst(input: string): string;
|