lower-case.d.ts 89 Bytes Edit Raw Blame History 1 2 3 declare function lowerCase (value: string, locale: string): string; export = lowerCase;