版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

5 řádky
125 B

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