UNPKG

nx

Version:

Smart, Fast and Extensible Build System

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