Skip to content

Instantly share code, notes, and snippets.

@bpinedah
Created March 17, 2020 01:24
Show Gist options
  • Save bpinedah/580532aec6641edadddb1664348efa03 to your computer and use it in GitHub Desktop.
Save bpinedah/580532aec6641edadddb1664348efa03 to your computer and use it in GitHub Desktop.
Routes article
const findPredicate = this._findAndComposeRoute(method.toLowerCase(), routerPath);
const routesFound = this._routes.filter(findPredicate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment