Urara-Blog/node_modules/.pnpm-store/v3/files/18/36e5681cbc7c309661630f5aeeb625a0c1f5a962e4859fd5285569d7439b8cd0398401f59fbcf4b5476218fc21dfc02fcca04d250ba66499d5ec3247281296
2022-08-14 01:14:53 +08:00

3 lines
112 B
Text

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