mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-08 14:58:14 -07:00
3 lines
112 B
JavaScript
3 lines
112 B
JavaScript
const compare = require('./compare')
|
|
const eq = (a, b, loose) => compare(a, b, loose) === 0
|
|
module.exports = eq
|