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