workflow: reorganized components' folder structure
This commit is contained in:
4
src/utils/texts.js
Normal file
4
src/utils/texts.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @param {string} text
|
||||
*/
|
||||
export const upperCaseFirstLowerCaseRest = text => text.charAt(0).toUpperCase() + text.slice(1).toLowerCase()
|
||||
Reference in New Issue
Block a user