UNPKG
@opensnip/cachejs
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Fast and lightweight caching library for javascript
github.com/opensnip/cachejs
opensnip/cachejs
@opensnip/cachejs
/
index.cjs
3 lines
(2 loc)
•
66 B
JavaScript
View Raw
1
2
3
const
Cache
=
require(
"./src/cache.cjs"
);
module
.
exports
= Cache;