Blame view

code/finance_web/node_modules/lower-case/lower-case.d.ts 90 Bytes
a  
谢明辉 committed
1 2 3
declare function lowerCase (value: string, locale?: string): string;

export = lowerCase;