Nouveaux modules

This commit is contained in:
2023-11-07 22:24:06 +01:00
parent 7988ff0850
commit ec6063d74b
147 changed files with 11099 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
const semver = require('semver');
module.exports = semver.satisfies(process.version, '>=15.7.0');