Skip to content

Instantly share code, notes, and snippets.

@JesterXL
Created July 26, 2018 14:57
Show Gist options
  • Save JesterXL/04a8227a71efa79f4329dc2242aeb6ec to your computer and use it in GitHub Desktop.
Save JesterXL/04a8227a71efa79f4329dc2242aeb6ec to your computer and use it in GitHub Desktop.
const getTypeOrUnknown = getOr('unknown', 'type')
const equalsHuman = isEqual('human')
const isHuman = flow([getTypeOrUnknown, equalsHuman])
const filterHumans = filter(isHuman)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment