mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-15 12:56:43 +00:00
chore: migrate code to ESM (#73)
This commit is contained in:
3
node_modules/semver/functions/neq.js
generated
vendored
3
node_modules/semver/functions/neq.js
generated
vendored
@@ -1,3 +0,0 @@
|
||||
const compare = require('./compare')
|
||||
const neq = (a, b, loose) => compare(a, b, loose) !== 0
|
||||
module.exports = neq
|
||||
Reference in New Issue
Block a user