Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 582 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 582 Bytes

@unction/reversal

Tests Stability Dependencies

PredicateFunctionType => A => boolean

Takes a predicate and returns the reverse of that predicate.

reversal(isNull)(null) // false