API/api.medcify.app/node_modules/sequelize/lib/index-hints.js
2022-09-26 11:41:44 +05:30

8 lines
146 B
JavaScript

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