ravendb
Version:
RavenDB client for Node.js
15 lines • 484 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntersectMarkerToken = void 0;
const QueryToken_js_1 = require("./QueryToken.js");
class IntersectMarkerToken extends QueryToken_js_1.QueryToken {
constructor() {
super();
}
static INSTANCE = new IntersectMarkerToken();
writeTo(writer) {
writer.append(",");
}
}
exports.IntersectMarkerToken = IntersectMarkerToken;
//# sourceMappingURL=IntersectMarkerToken.js.map