README
Promise Map
the missing spec
I wrote this micromodule because it seems many other only support arrays. This module supports iterators
API
The module exports only one function
map(Iterable, Function)
License
MIT
something like Bluebird#map using any-promise
<script type="module">
import aliemPromiseMap from 'https://cdn.skypack.dev/@aliem/promise-map';
</script>
the missing spec
I wrote this micromodule because it seems many other only support arrays. This module supports iterators
The module exports only one function
map(Iterable, Function)
MIT