UNPKG

199 BJavaScriptView Raw
1/**
2 * Module dependencies.
3 */
4var Strategy = require('./strategy')
5
6
7/**
8 * Framework version.
9 */
10require('pkginfo')(module, 'version')
11
12/**
13 * Expose constructors.
14 */
15exports.Strategy = Strategy
\No newline at end of file