mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-09 03:04:19 +00:00
3 lines
113 B
JavaScript
3 lines
113 B
JavaScript
const compare = require('./compare')
|
|
const lte = (a, b, loose) => compare(a, b, loose) <= 0
|
|
module.exports = lte
|