aboutsummaryrefslogtreecommitdiff
path: root/node_modules/passport-facebook/lib/index.js
blob: af2282d598064bd491391a836927f1cc1d9615a7 (plain)
1
2
3
4
5
6
7
8
9
// Load modules.
var Strategy = require('./strategy');


// Expose Strategy.
exports = module.exports = Strategy;

// Exports.
exports.Strategy = Strategy;