UNPKG

104 BJavaScriptView Raw
1var is = require('annois');
2
3
4module.exports = function(op, y, x) {
5 return is.number(op(y, x));
6};
7