A middleware, creating a new cuid for each request, adding a header and appending it to the request object"
npm install express-request-cuidx-request-id header to the request and adding the requestId and id property to the request-object.``javascript
import requestCuid from 'express-request-cuid';
import express from 'express';
const app = express();
app.use(requestCuid());
`require` as well. For any additional configuration, please open a new issue
Import the module and use it. It works with CJS
(Types are included)