Codibre/fluent-iterable

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { takeRecipe } from '../recipes';
import { takeWhileAsync } from './take-while-async';

export const takeAsync = takeRecipe(takeWhileAsync);