Codibre/fluent-iterable

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

Summary

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

export const hasExactly = getSyncComparer(eq);