tgi-store-mongodb
Version:
11 lines (10 loc) • 307 B
JavaScript
/**---------------------------------------------------------------------------------------------------------------------
* tgi-store-mongodb/lib/tgi-store-mongodb.lib.js
*/
TGI.STORE = TGI.STORE || {};
TGI.STORE.MONGODB = function () {
return {
version: '0.0.23',
MongoStore: MongoStore
};
};