OCA_Backend/api/node_modules/sequelize/dist/lib/index-hints.js

8 lines
146 B
JavaScript
Raw Permalink Normal View History

2022-01-22 13:36:44 +00:00
"use strict";
const IndexHints = module.exports = {
USE: "USE",
FORCE: "FORCE",
IGNORE: "IGNORE"
};
//# sourceMappingURL=index-hints.js.map