source:
imaps-frontend/node_modules/lower-case/dist.es2015/index.d.ts
Last change on this file was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 204 bytes |
Rev | Line | |
---|---|---|
[79a0317] | 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.