mirror of https://gitee.com/antv-l7/antv-l7
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
|
declare function lowerCase (value: string, locale?: string): string;
|
||
|
|
||
|
export = lowerCase;
|