This commit is contained in:
2023-11-09 09:03:33 +01:00
parent ec6063d74b
commit c60e61825e
146 changed files with 442 additions and 9932 deletions

View File

@@ -1,3 +0,0 @@
const compare = require('./compare')
const lte = (a, b, loose) => compare(a, b, loose) <= 0
module.exports = lte