Skip to content

Instantly share code, notes, and snippets.

@HideoKun
Created May 3, 2018 05:14
Show Gist options
  • Save HideoKun/c224003fd31b95b20ee2aa45b387f0f1 to your computer and use it in GitHub Desktop.
Save HideoKun/c224003fd31b95b20ee2aa45b387f0f1 to your computer and use it in GitHub Desktop.
const longerThanThree = (t: string): boolean => t.length > 3;
const includesO = (t: string): boolean => t.includes(filterInput);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment