mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 04:39:14 +08:00
3 lines
118 B
Text
3 lines
118 B
Text
const compare = require('./compare')
|
|
const compareLoose = (a, b) => compare(a, b, true)
|
|
module.exports = compareLoose
|