mirror of
https://github.com/denoland/setup-deno.git
synced 2026-08-15 00:00:38 +02:00
fix: use npm install (#77)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
const compare = require('./compare')
|
||||
const lte = (a, b, loose) => compare(a, b, loose) <= 0
|
||||
module.exports = lte
|
||||
Reference in New Issue
Block a user