Home Manual Reference Source

src/num/cmp/gt.js

const gt = (a, b) => a > b;
export default gt;