UNPKG

ravendb

Version:
15 lines 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NegateToken = void 0; const QueryToken_js_1 = require("./QueryToken.js"); class NegateToken extends QueryToken_js_1.QueryToken { constructor() { super(); } static INSTANCE = new NegateToken(); writeTo(writer) { writer.append("not"); } } exports.NegateToken = NegateToken; //# sourceMappingURL=NegateToken.js.map