UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

6 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Cache = void 0; var cache_1 = require("nx/src/tasks-runner/cache"); Object.defineProperty(exports, "Cache", { enumerable: true, get: function () { return cache_1.Cache; } }); //# sourceMappingURL=cache.js.map