antv-l7/node_modules/lower-case/lower-case.d.ts

4 lines
90 B
TypeScript
Raw Normal View History

2019-11-21 12:04:58 +08:00
declare function lowerCase (value: string, locale?: string): string;
export = lowerCase;