the-forest/client/node_modules/lower-case/dist.es2015/index.d.ts
2024-09-17 20:35:18 -04: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;