UNPKG

@abaplint/core

Version:
12 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Chain = void 0; const combi_1 = require("../combi"); const version_1 = require("../../../version"); class Chain { getMatcher() { return (0, combi_1.verNot)(version_1.Version.Cloud, "CHAIN"); } } exports.Chain = Chain; //# sourceMappingURL=chain.js.map