CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
gt.js4 linesDownload Raw Back to functions
1const compare = require('./compare')2const gt = (a, b, loose) => compare(a, b, loose) > 03module.exports = gt4