astro-ghostcms/.pnpm-store/v3/files/18/36e5681cbc7c309661630f5aeeb...

4 lines
112 B
Plaintext

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