index.js 156 Bytes Raw Blame History Permalink 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;