mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-21 17:12:39 +00:00
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
const compare = require('./compare')
|
|
const compareLoose = (a, b) => compare(a, b, true)
|
|
module.exports = compareLoose
|