Files
est-frame/node_modules/lower-case/dist.es2015/index.d.ts
2025-10-22 05:38:27 +00:00

9 lines
204 B
TypeScript
Executable File

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