1 | ;
|
2 |
|
3 | /**
|
4 | * Module dependencies.
|
5 | */
|
6 | var Strategy = require('./strategy');
|
7 |
|
8 |
|
9 | /**
|
10 | * Expose `Strategy` directly from package.
|
11 | */
|
12 | exports = module.exports = Strategy;
|
13 |
|
14 | /**
|
15 | * Export constructors.
|
16 | */
|
17 | exports.Strategy = Strategy; |
\ | No newline at end of file |