source:
node_modules/@reduxjs/toolkit/src/query/utils/capitalize.ts
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 95 bytes | |
| Line | |
|---|---|
| 1 | export function capitalize(str: string) { |
| 2 | return str.replace(str[0], str[0].toUpperCase()) |
| 3 | } |
Note:
See TracBrowser
for help on using the repository browser.
