Codibre/fluent-iterable

View on GitHub
src/async/prepend-async.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { prependRecipe } from '../recipes';
import { concatAsync } from './concat-async';

export const prependAsync = prependRecipe(concatAsync);