UNPKG

@node-idempotency/express

Version:

Express middleware to provide Race-Condition free idempotency for HTTP requests, preventing unintended duplicate operations.

4 lines 162 B
import * as express from "express"; declare const _default: () => Promise<express.Application>; export default _default; //# sourceMappingURL=test.module.d.ts.map