UNPKG

@gabliam/cache

Version:
13 lines (12 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CachePlugin = void 0; const tslib_1 = require("tslib"); const core_1 = require("@gabliam/core"); let CachePlugin = class CachePlugin { }; CachePlugin = tslib_1.__decorate([ (0, core_1.Plugin)(), (0, core_1.Scan)() ], CachePlugin); exports.CachePlugin = CachePlugin;