intern-Assignment/db_connect/node_modules/sequelize/index.js

13 lines
264 B
JavaScript
Raw Normal View History

2025-01-31 09:50:39 +00:00
'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');