mirror of
https://github.com/sern-handler/website
synced 2026-06-19 06:12:19 +00:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
const compare = require('./compare')
|
|
const eq = (a, b, loose) => compare(a, b, loose) === 0
|
|
module.exports = eq
|