Skip to content

Instantly share code, notes, and snippets.

@JesterXL
Created July 26, 2018 14:51
Show Gist options
  • Save JesterXL/87258c6b71aa6e75200b9843612e00df to your computer and use it in GitHub Desktop.
Save JesterXL/87258c6b71aa6e75200b9843612e00df to your computer and use it in GitHub Desktop.
const getTypeOrUnknown = getOr('unknown', 'type')
const filterHumans =
filter(
person => getTypeOrUnknown(person) === 'human'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment