UNPKG

62 BJavaScriptView Raw
1module.exports = function(op, a) {
2 return op(a) >= 0;
3};
4