MOOver.js/node_modules/sequelize/lib/index-hints.js

8 lines
146 B
JavaScript
Raw Normal View History

2022-02-18 12:54:33 +00:00
"use strict";
const IndexHints = module.exports = {
USE: "USE",
FORCE: "FORCE",
IGNORE: "IGNORE"
};
//# sourceMappingURL=index-hints.js.map