intern-Assignment/Node-Assignments/JWTtoken/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js

4 lines
99 B
JavaScript
Raw Normal View History

2025-01-31 09:50:39 +00:00
const semver = require('semver');
module.exports = semver.satisfies(process.version, '>=15.7.0');