source:
imaps-frontend/node_modules/lower-case/dist.es2015/index.d.ts@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 204 bytes |
Line | |
---|---|
1 | /** |
2 | * Localized lower case. |
3 | */ |
4 | export declare function localeLowerCase(str: string, locale: string): string; |
5 | /** |
6 | * Lower case as a function. |
7 | */ |
8 | export declare function lowerCase(str: string): string; |
Note:
See TracBrowser
for help on using the repository browser.