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.

9 lines 318 B
"use strict"; // Lifted in part from https://github.com/nrwl/angular-console Object.defineProperty(exports, "__esModule", { value: true }); exports.hasElements = void 0; function hasElements(obj) { return obj && Object.values(obj).length > 0; } exports.hasElements = hasElements; //# sourceMappingURL=shared.js.map