Codibre/fluent-iterable

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { skipRecipe } from '../recipes';
import { skipWhileAsync } from './skip-while-async';

export const skipAsync = skipRecipe(skipWhileAsync);