UNPKG

jest-allure2-reporter

Version:
8 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flatMapAsync = flatMapAsync; async function flatMapAsync(array, callback) { const mappedArrays = await Promise.all(array.map(callback)); return mappedArrays.flat(); } //# sourceMappingURL=flatMapAsync.js.map