1
2
3
declare function lowerCase (value: string, locale?: string): string;
 
export = lowerCase;