Trying to gain a deeper understanding of ExpressJS Routers.
In the source code, I've discovered a separate module called Layer that is utilized with the router. This module appears to handle Regex operations for parameters.
I've also observed that Koa-router makes use of this same module.
Curious about the specific role played by the layer in relation to the router.