@aliem/promise-map

something like Bluebird#map using any-promise

Usage no npm install needed!

<script type="module">
  import aliemPromiseMap from 'https://cdn.skypack.dev/@aliem/promise-map';
</script>

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