index.js 95 Bytes Raw Blame History Permalink 1 2 3 module.exports = function(session) { return require('./lib/session-file-store')(session); };