Files
SQL-INYECTOR/node_modules/sequelize/lib/index-hints.js
2026-01-19 12:12:38 -03:00

8 lines
146 B
JavaScript

"use strict";
const IndexHints = module.exports = {
USE: "USE",
FORCE: "FORCE",
IGNORE: "IGNORE"
};
//# sourceMappingURL=index-hints.js.map