UNPKG

ravendb

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