UNPKG

@abaplint/core

Version:
13 lines 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EndOn = void 0; const combi_1 = require("../combi"); const version_1 = require("../../../version"); class EndOn { getMatcher() { const ret = (0, combi_1.str)("ENDON"); return (0, combi_1.verNot)(version_1.Version.Cloud, ret); } } exports.EndOn = EndOn; //# sourceMappingURL=endon.js.map