Package Exports
- @functional-abstraction/predicate
Readme
❓ @functional-abstraction/predicate
Predicates for JavaScript. See docs.
implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // truePredicates for JavaScript
Predicates for JavaScript. See docs.
implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // true