UNPKG

@m4x1m1l14n/cache

Version:

Lightweight in-memory isomorphic cache implementation with TTL for browser & Node JS written in TypeScript

6 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Cache = void 0; var Cache_1 = require("./classes/Cache"); Object.defineProperty(exports, "Cache", { enumerable: true, get: function () { return Cache_1.Cache; } }); //# sourceMappingURL=main.js.map