UNPKG

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