UNPKG

recoder-code

Version:

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

11 lines (7 loc) • 175 B
'use strict'; var Strategy = require('./strategy'), ExtractJwt = require('./extract_jwt.js'); module.exports = { Strategy: Strategy, ExtractJwt : ExtractJwt };