Skip to content

Instantly share code, notes, and snippets.

@JesterXL
Created July 26, 2018 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JesterXL/b8cdb5a72265bc9922e937bccf55d230 to your computer and use it in GitHub Desktop.
Save JesterXL/b8cdb5a72265bc9922e937bccf55d230 to your computer and use it in GitHub Desktop.
const formatNames =
map(
list => set('name', startCase(get('name', list)), list)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment