UNPKG

v_core_cache

Version:

Simple JavaScript Cache with expires/ttl and auto cleanups for Node and Web Application.

7 lines 186 B
const { isAlive } = require("./isAlive"); const { defineExpire } = require("./defineExpire"); module.exports = { isAlive, defineExpire, }; //# sourceMappingURL=index.js.map