export async function mapAsync(arr, callbackfn) { return Promise.all(arr.map(callbackfn)); } //# sourceMappingURL=mapAsync.js.map