UNPKG

@typed/test

Version:
8 lines 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const flatten_1 = require("../common/flatten"); function getTestResults(list) { return flatten_1.flatten(list.map(x => x.results)); } exports.getTestResults = getTestResults; //# sourceMappingURL=getTestResults.js.map