Codibre/fluent-iterable

View on GitHub
src/sync/has-more-than.ts

Summary

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

export const hasMoreThan = getSyncComparer(gt);