Codibre/fluent-iterable

View on GitHub
src/async/to-object-async.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { toObjectRecipe } from '../recipes';
import { basicReduceAsync } from './basic-reduce-ingredients-async';

export const toObjectAsync = toObjectRecipe(basicReduceAsync);