Codibre/fluent-iterable

View on GitHub
src/sync/all.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { caseCheckRecipe } from './case-check-recipe';
import { falsity, negation } from '../utils';

export const all = caseCheckRecipe(falsity, true, undefined, negation);