source:
frontend/node_modules/lower-case/dist/index.d.ts
| Last change on this file was 9af201e, checked in by , 11 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.
