CoolFace
Apppublic

strong-tie/inbound-calls

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