Skip to content

Instantly share code, notes, and snippets.

@vdeturckheim
Created June 21, 2018 16:31
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 vdeturckheim/711a084f1ab665ee5d8f138f0fff7216 to your computer and use it in GitHub Desktop.
Save vdeturckheim/711a084f1ab665ee5d8f138f0fff7216 to your computer and use it in GitHub Desktop.
function _includes(a: string, b: string): bool {
return a.includes(b);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment