UNPKG
pidata
Version:
latest (1.1.0)
1.1.0
1.0.5
Manage test data for automation
github.com/automationpi/datapi
automationpi/datapi
pidata
/
tester
/
node_modules
/
semver
/
functions
/
compare-loose.js
4 lines
(3 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
const
compare =
require
(
'./compare'
)
const
compareLoose
= (
a, b
) =>
compare
(a, b,
true
)
module
.
exports
= compareLoose