Created
March 17, 2020 01:24
-
-
Save bpinedah/580532aec6641edadddb1664348efa03 to your computer and use it in GitHub Desktop.
Routes article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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