UNPKG

turnilo

Version:

Business intelligence, data exploration and visualization web application for Druid, formerly known as Swiv and Pivot

13 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function some(ex, predicate) { let found = false; ex.forEach(subEx => { if (predicate(subEx)) { found = true; } }); return found; } exports.default = some; //# sourceMappingURL=some.js.map