Urara-Blog/node_modules/.pnpm-store/v3/files/b3/a8dd461dce659f1f278941f0fcb762168b98e483dbdfdfbf5c0fb90a02445afa66776453293b18fa0b388f1b5d8d94a81f57c0d21eee0b9510f9c771951561
2022-08-14 01:14:53 +08:00

3 lines
114 B
Text

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