暫無描述

lower-case.d.ts 90B

    declare function lowerCase (value: string, locale?: string): string; export = lowerCase;