@tempots/std
lowerCaseFirst() function
Convert first letter in value
to lower case.
Signature:
lowerCaseFirst: (value: string) => string
Parameters
Parameter |
Type |
Description |
---|---|---|
value |
string |
The string to convert. |
Returns: string
The string with the first letter in lower case.