You need to sign in before continuing.
lower-case.d.ts 90 Bytes
declare function lowerCase (value: string, locale?: string): string;

export = lowerCase;