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

export = lowerCase;