Skip to content

Instantly share code, notes, and snippets.

@JesterXL
Created July 26, 2018 15:20
Show Gist options
  • Save JesterXL/f0d21c02a0fa64315e15964639c60000 to your computer and use it in GitHub Desktop.
Save JesterXL/f0d21c02a0fa64315e15964639c60000 to your computer and use it in GitHub Desktop.
const formatNames = people =>
map(
list => set('name', startCase(get('name', list)), list),
people
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment