UNPKG

318 BJavaScriptView Raw
1"use strict";
2// Lifted in part from https://github.com/nrwl/angular-console
3Object.defineProperty(exports, "__esModule", { value: true });
4exports.hasElements = void 0;
5function hasElements(obj) {
6 return obj && Object.values(obj).length > 0;
7}
8exports.hasElements = hasElements;
9//# sourceMappingURL=shared.js.map
\No newline at end of file