UNPKG
expiring-cache
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
0.0.1
An expiring in-memory cache!
github.com/ArcticZeroo/expiring-cache
ArcticZeroo/expiring-cache
expiring-cache
/
dist
/
index.js
5 lines
•
209 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
ExpiringCache
_1 =
require
(
"./ExpiringCache"
);
exports
.
default
=
ExpiringCache
_1.
default
;
//# sourceMappingURL=index.js.map