persona-community-5/.pnpm-store/v3/files/88/e46c5effe1fa1e0889e28a47d4a27b2c7914ea46c04c7bae3ead914a1944789699e1d816a933825e7e749d77b42b9dddfbcd6e7f8f1da052511cb2a53e92e0
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

6 lines
128 B
Plaintext

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