@tempots/std
humanize() function
Works the same as underscore
but also replaces underscores with whitespaces.
Signature:
humanize: (s: string) => string
Parameters
Parameter |
Type |
Description |
---|---|---|
s |
string |
The string to convert. |
Returns: string
The converted string.