All checks were successful
the-tip-top-backend/pipeline/head This commit looks good
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
'use strict'
|
|
|
|
const compare = require('./compare')
|
|
const compareLoose = (a, b) => compare(a, b, true)
|
|
module.exports = compareLoose
|