a-synchronous / a-synchronous/rubico

provide map.entries entry mapper functions with reference to functor being mapped

Aperta
#291 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
breaking
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.