astro-ghostcms/.pnpm-store/v3/files/b3/a8dd461dce659f1f278941f0fcb...

4 lines
114 B
Plaintext

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