UNPKG

noot

Version:

High quality, well tested, lightweight object oriented toolset for Node.js

12 lines 535 B
/*********************************************************************************************************************** * Provides additional functionality to the well know * <a href="http://mongoosejs.com/" target="_blank">Mongoose</a> ODM. * * @class Mongoose * @static * @namespace NOOT **********************************************************************************************************************/ module.exports = { Schema: require('./lib/schema'), useTimestamps: require('./lib/middlewares/use-timestamps') };