Edit File: lower-case.d.ts
declare function lowerCase (value: string, locale?: string): string; export = lowerCase;
Back to File Manager