mirror of
https://github.com/denoland/setup-deno.git
synced 2026-08-18 00:00:33 +02:00
chore: migrate code to ESM (#73)
This commit is contained in:
-3
@@ -1,3 +0,0 @@
|
||||
const compare = require('./compare')
|
||||
const gte = (a, b, loose) => compare(a, b, loose) >= 0
|
||||
module.exports = gte
|
||||
Reference in New Issue
Block a user