Skip to content

Instantly share code, notes, and snippets.

@JesterXL
Created July 26, 2018 15:28
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/98677f705444d593c37b64517961cac2 to your computer and use it in GitHub Desktop.
Save JesterXL/98677f705444d593c37b64517961cac2 to your computer and use it in GitHub Desktop.
const parseHumans = jsonString => flow([
JSON.parse,
listToPeople,
filterHumans,
formatNames
])(jsonString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment