Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): fix genReqId() example #276

Merged
merged 1 commit into from
Mar 3, 2023
Merged

Commits on Feb 28, 2023

  1. docs(readme): fix genReqId() example

    The example in the docs assumes `expressjs` `req` and `res` arguments, but the types in the library assume vanilla `req` and `res`.
    There is no mention of minimum required NodeJS version so I assume it's at least 14+, which supports [nullish coalescing](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing#browser_compatibility).
    GabenGar committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d875e2b View commit details
    Browse the repository at this point in the history