毕设专用git仓库
 
 
 
 
 
 

3 lines
112 B

const compare = require('./compare')
const eq = (a, b, loose) => compare(a, b, loose) === 0
module.exports = eq