Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
10 lines
156 B
JavaScript
10 lines
156 B
JavaScript
// Load modules.
|
|
var Strategy = require('./strategy');
|
|
|
|
|
|
// Expose Strategy.
|
|
exports = module.exports = Strategy;
|
|
|
|
// Exports.
|
|
exports.Strategy = Strategy;
|