NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
'use strict'
const compare = require('./compare')
const eq = (a, b, loose) => compare(a, b, loose) === 0
module.exports = eq