UNPKG

@configurator/ravendb

Version:
15 lines 485 B
"use strict"; 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