UNPKG

@typed/test

Version:
5 lines 174 B
import { flatten } from '../common/flatten'; export function getTestResults(list) { return flatten(list.map(x => x.results)); } //# sourceMappingURL=getTestResults.js.map