Files
line_push/node_modules/dot-case/node_modules/lower-case/dist/index.d.ts
T
2022-07-18 02:50:52 +00: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;