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ů.
|
- /**
- * Localized lower case.
- */
- export declare function localeLowerCase(str: string, locale: string): string;
- /**
- * Lower case as a function.
- */
- export declare function lowerCase(str: string): string;
|