nestjs-request-deduplication
Version:
[](https://www.npmjs.com/package/nestjs-request-deduplication) [](https://gith
10 lines (9 loc) • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StorageType = void 0;
var StorageType;
(function (StorageType) {
StorageType["MEMORY"] = "memory";
StorageType["REDIS"] = "redis";
StorageType["MEMCACHED"] = "memcached";
})(StorageType || (exports.StorageType = StorageType = {}));