Files
flights_web_raw/apps/angular/node_modules/file-system-cache/lib/index.js
T

7 lines
383 B
JavaScript

"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);