UNPKG

@comake/skl-js-engine

Version:

Standard Knowledge Language Javascript Engine

13 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SequencePath = void 0; const FindOperator_1 = require("../FindOperator"); // eslint-disable-next-line @typescript-eslint/naming-convention function SequencePath(value) { return new FindOperator_1.FindOperator({ operator: 'sequencePath', value }); } exports.SequencePath = SequencePath; //# sourceMappingURL=SequencePath.js.map