UNPKG

383 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.FileSystemCache = void 0;
4const FileSystemCache_1 = require("./FileSystemCache");
5Object.defineProperty(exports, "FileSystemCache", { enumerable: true, get: function () { return FileSystemCache_1.FileSystemCache; } });
6exports.default = (options) => new FileSystemCache_1.FileSystemCache(options);