fh1ch/passport-gitlab2

View on GitHub
lib/index.js

Summary

Maintainability
A
0 mins
Test Coverage
const Strategy = require('./strategy');

// Export Strategy
exports = module.exports = Strategy;

// Export constructor
exports.Strategy = Strategy;