UNPKG

@comake/skl-js-engine

Version:

Standard Knowledge Language Javascript Engine

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