UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

6 lines (4 loc) • 169 B
var jwt = require('jsonwebtoken'); module.exports = function(token, secretOrKey, options, callback) { return jwt.verify(token, secretOrKey, options, callback); };