UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

20 lines (19 loc) 349 B
//#region lib/util/cache/repository/impl/null.ts var RepoCacheNull = class { data = {}; // istanbul ignore next load() { return Promise.resolve(); } // istanbul ignore next save() { return Promise.resolve(); } getData() { return this.data; } isModified() {} }; //#endregion export { RepoCacheNull }; //# sourceMappingURL=null.js.map