mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-13 06:14:57 +08:00
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
declare function lowerCase (value: string, locale?: string): string;
|
|
|
|
export = lowerCase;
|