source:
node_modules/es-toolkit/dist/compat/string/lowerFirst.mjs
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 217 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 1 | import { lowerFirst as lowerFirst$1 } from '../../string/lowerFirst.mjs'; |
| 2 | import { toString } from '../util/toString.mjs'; | |
| 3 | ||
| 4 | function lowerFirst(str) { | |
| 5 | return lowerFirst$1(toString(str)); | |
| 6 | } | |
| 7 | ||
| 8 | export { lowerFirst }; |
Note:
See TracBrowser
for help on using the repository browser.
