Codibre/fluent-iterable

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

Summary

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

export const toSetAsync = toSetRecipe(basicAsync);