hexo/node_modules/lower-case/dist/index.d.ts

9 lines
212 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
/**
* Localized lower case.
*/
export declare function localeLowerCase(str: string, locale: string): string;
/**
* Lower case as a function.
*/
export declare function lowerCase(str: string): string;