4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
declare function lowerCase (value: string, locale?: string): string;
|
|
|
|
export = lowerCase;
|