123456 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.FileSystemCache = void 0;
- const FileSystemCache_1 = require("./FileSystemCache");
- Object.defineProperty(exports, "FileSystemCache", { enumerable: true, get: function () { return FileSystemCache_1.FileSystemCache; } });
- exports.default = (options) => new FileSystemCache_1.FileSystemCache(options);
|