UNPKG
@reactant/helpers
Version:
latest (0.0.406)
pnpm-temp (0.0.406)
0.0.406
0.0.405
0.0.404
0.0.403
0.0.402
0.0.401
0.0.400
0.0.399
0.0.398
0.0.397
0.0.396
0.0.394
0.0.393
0.0.392
0.0.391
0.0.390
0.0.389
0.0.388
0.0.387
0.0.386
0.0.385
0.0.383
0.0.382
0.0.381
0.0.380
0.0.379
0.0.378
0.0.376
0.0.373
0.0.372
0.0.371
0.0.370
0.0.369
0.0.367
0.0.366
0.0.365
0.0.364
0.0.363
0.0.362
0.0.361
0.0.360
0.0.357
0.0.356
0.0.355
0.0.354
0.0.353
0.0.352
0.0.350
0.0.349
0.0.348
0.0.347
0.0.346
0.0.344
0.0.343
0.0.342
0.0.341
0.0.340
0.0.339
0.0.338
0.0.337
0.0.335
0.0.334
0.0.333
0.0.332
0.0.331
0.0.330
0.0.329
0.0.328
0.0.327
0.0.326
0.0.325
0.0.324
0.0.323
0.0.321
0.0.320
0.0.319
0.0.318
0.0.317
0.0.316
0.0.315
reactant helpers
github.com/codejamninja/reactant/packages/core
codejamninja/reactant
@reactant/helpers
/
lib
/
mapSeries.d.ts
2 lines
(1 loc)
•
148 B
TypeScript
View Raw
1
2
export
default
function
mapSeries<V =
any
, R = V>(
values
:
Array
<V>,
iterator
:
(
value
: V,
i
?:
number
,
length
?:
number
) =>
Promise
<R>):
Promise
<R[]>;