UNPKG
@tnwx/cache
Version:
latest (2.5.6)
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
TNWX 微信系开发脚手架之缓存
gitee.com/javen205/TNWX
@tnwx/cache
/
dist
/
index.js
5 lines
•
210 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
DefaultCache
_1 =
require
(
"./DefaultCache"
);
exports
.
DefaultCache
=
DefaultCache
_1.
DefaultCache
;
//# sourceMappingURL=index.js.map