mirror of
https://github.com/github/codeql-action
synced 2026-06-01 20:01:46 +03:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
const compare = require('./compare')
|
|
const eq = (a, b, loose) => compare(a, b, loose) === 0
|
|
module.exports = eq
|