a-synchronous / a-synchronous/rubico
provide map.entries entry mapper functions with reference to functor being mapped
- Lingua principale
- JavaScript
- Stelle
- 283
- Fork
- 17
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
update map.entries synopsis
```
* type EntryMapper = (
* entry [key string|any, value any],
* ftor FunctorWithEntries
* )=>Promise|[resultKey string|any, resultItem Promise|any]
```
update docs
```
* If the functor is a map:
*
* ```coffeescript [specscript]
* mapper(entry [key any, value any], ftor Map) -> resultEntry Promise|[
* resultKey any,
* resultValue any,
* ]
* ```
*
* If the functor is an object:
*
* ```coffeescript [specscript]
* mapper(entry [key string, value any], ftor Object) -> resultEntry Promise|[
* resultKey string,
* resultValue any,
* ]
* ```
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.