UNPKG

sedk-neo4j

Version:

Cypher builder and validator for Neo4j

18 lines 482 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RootStep = void 0; const BaseStep_1 = require("./BaseStep"); const MatchStep_1 = require("./MatchStep"); class RootStep extends BaseStep_1.BaseStep { constructor() { super(null); } match(...varLabels) { return new MatchStep_1.MatchStep(this, varLabels); } toString() { return ''; } } exports.RootStep = RootStep; //# sourceMappingURL=RootStep.js.map