lower-case.d.ts 89 Bytes
declare function lowerCase (value: string, locale: string): string;

export = lowerCase;