@node-idempotency/nestjs
Version:
Nestjs Plugin that provides Race-Condition free idempotency for HTTP requests, preventing unintended duplicate operations.
6 lines • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IDEMPOTENCY_STORAGE = exports.IDEMPOTENCY_OPTIONS = void 0;
exports.IDEMPOTENCY_OPTIONS = "node_idempotency:IDEMPOTENCY_OPTIONS";
exports.IDEMPOTENCY_STORAGE = "node_idempotency:IDEMPOTENCY_STORAGE";
//# sourceMappingURL=constants.js.map