feat: extend Express.Request to include base RL object
authorxangelo <me@xangelo.ca>
Sat, 21 Oct 2023 03:09:27 +0000 (23:09 -0400)
committerxangelo <me@xangelo.ca>
Sat, 21 Oct 2023 03:09:27 +0000 (23:09 -0400)
commit9859ef8913245dbde6829ccee002df029abe6e69
tree4c3d8e5ff09fcf5e4bfe4db502d13abb76be819b
parent237ff9784f04407af62e653ea2235d052944503d
feat: extend Express.Request to include base RL object

The `rl` property on `Express.Request` provides a standard way to access
the cache and socket server objects across requests. This allows us to
split up the routes into multiple files for easier development.
src/types/express/index.d.ts