UNPKG

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