Add API documentation for newly implemented app.param() and Router.param() APIs
Details
Add the documentation to the the API docs found in the ./.github/API/ directory. Generally documentation can be lifted fairly seamlessly, but take care to:
follow the current Opine docs style
refer to Express only when demonstrating influence / referring to original source for legal or drawing comparison, otherwise use Opine
Issue
Add API documentation for newly implemented
app.param()
andRouter.param()
APIsDetails
Add the documentation to the the API docs found in the
./.github/API/
directory. Generally documentation can be lifted fairly seamlessly, but take care to:ts
overjs
for files and code blocksExpress Docs:
Express Docs Src: