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

8 lines
146 B
JavaScript
Raw Normal View History

2025-01-31 09:50:39 +00:00
"use strict";
const IndexHints = module.exports = {
USE: "USE",
FORCE: "FORCE",
IGNORE: "IGNORE"
};
//# sourceMappingURL=index-hints.js.map