mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-20 22:25:08 +08: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
|