We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a804411 commit c280378Copy full SHA for c280378
src/map.js
@@ -1,3 +1,3 @@
1
-export default async function asyncMap(arr, fn) {
+export default function asyncMap(arr, fn) {
2
return Promise.all(arr.map(fn));
3
}
0 commit comments