Revision 0d87b114581c7c15d567a4ce6a80f181bfd36860 authored by Chris Leishman on 21 March 2012, 01:09:27 UTC, committed by Chris Leishman on 21 March 2012, 01:09:27 UTC
This is consistent with normal javascript Array behaviour
1 parent ec68049
Raw File
index.js

/**
 * Export lib/mongoose
 *
 */

module.exports = require('./lib/');
back to top