🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
204 B
TypeScript
Executable File
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;
|