执行过npm install命令的vue-element-admin源码
edit | blame | history | raw
declare function lowerCaseFirst (value: string, locale?: string): string;

export = lowerCaseFirst;