UNPKG

simple-in-memory-cache

Version:

A simple in-memory cache, for nodejs and the browser, with time based expiration policies.

6 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createCache = void 0; var cache_1 = require("./cache"); Object.defineProperty(exports, "createCache", { enumerable: true, get: function () { return cache_1.createCache; } }); //# sourceMappingURL=index.js.map