Codibre/fluent-iterable

View on GitHub
src/sync/has-more-or-exactly.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { ge } from '../utils';
import { getSyncComparer } from './get-sync-comparer';

export const hasMoreOrExactly = getSyncComparer(ge);