Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/lower-case/dist.es2015/index.d.ts
vermouth789 fe39320977 123
123
2026-01-11 00:11:34 +08:00

9 lines
204 B
TypeScript

/**
* Localized lower case.
*/
export declare function localeLowerCase(str: string, locale: string): string;
/**
* Lower case as a function.
*/
export declare function lowerCase(str: string): string;