CampfireAuth/node_modules/sequelize/index.js
2025-03-19 21:59:49 +05:00

13 lines
264 B
JavaScript

'use strict';
// TODO [>=7]: remove me. I've been moved to 'exports' in package.json
/**
* A Sequelize module that contains the sequelize entry point.
*
* @module sequelize
*/
/** Exports the sequelize entry point. */
module.exports = require('./lib');