UNPKG
foop
Version:
beta (5.0.0)
latest (5.0.0)
5.0.0
interfaces that describe their intentions.
github.com/fluents/chain-able
fluents/chain-able
foop
/
deps
/
math
/
bitwiseMathOperator.js
8 lines
(7 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// https://github.com/aretecode/collection-pipeline/blob/master/src/AbstractExpressionBuilder.php
// from expression evaluator in php collection
// module.exports = function bitwiseMathOperator(x, y) {
// if (x === 1) {
// return x > y
// }
// }