Home Manual Reference Source

src/predicate/lt.js

export const lt = (a, b) => a < b;