Home Manual Reference Source

src/predicate/gt.js

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