Codibre/fluent-iterable

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { takeWhileAsyncIterable } from 'augmentative-iterable';
import { takeWhileRecipe } from '../recipes';

export const takeWhileAsync = takeWhileRecipe(takeWhileAsyncIterable);