Created
July 26, 2018 15:20
-
-
Save JesterXL/f0d21c02a0fa64315e15964639c60000 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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