We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabb0f4 commit 21de079Copy full SHA for 21de079
lib/ORM.js
@@ -19,6 +19,7 @@ exports.Settings = Settings;
19
exports.Property = require("./Property");
20
exports.ErrorCodes = ErrorCodes;
21
22
+exports.Text = Query.Text;
23
for (var k in Query.Comparators) {
24
exports[Query.Comparators[k]] = Query[Query.Comparators[k]];
25
}
0 commit comments