UNPKG
@nest-lab/throttler-storage-redis
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.0
Redis storage provider for the @nestjs/throttler package
github.com/jmcdo29/nest-lab
@nest-lab/throttler-storage-redis
/
src
/
index.js
6 lines
•
300 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
tslib_1 =
require
(
"tslib"
); tslib_1.
__exportStar
(
require
(
"./throttler-storage-redis.interface"
),
exports
); tslib_1.
__exportStar
(
require
(
"./throttler-storage-redis.service"
),
exports
);
//# sourceMappingURL=index.js.map