版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

5 wiersze
125 B

  1. /**
  2. * Upper case the first character of an input string.
  3. */
  4. export declare function upperCaseFirst(input: string): string;