:question:
@aureooms/js-predicate
Predicates for JavaScript. See docs.
implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // true
This package has moved to @functional-abstraction/predicate.
Predicates for JavaScript
:question:
Predicates for JavaScript. See docs.
implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // true