Skip to content

Instantly share code, notes, and snippets.

@HideoKun
Last active May 3, 2018 05:04
Show Gist options
  • Save HideoKun/5eddb42cf3de7d1601c13b01a14cf8f8 to your computer and use it in GitHub Desktop.
Save HideoKun/5eddb42cf3de7d1601c13b01a14cf8f8 to your computer and use it in GitHub Desktop.
const passItemThroughFilters = (item: any, cb: Function[]): boolean =>
(R.juxt(cb)(item)).every(R.identity);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment