Codibre/fluent-iterable

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { truth, identity } from '../utils';
import { caseCheckAsyncRecipe } from './case-check-async-recipe';

export const firstAsync = caseCheckAsyncRecipe(identity, undefined, truth);