@abaplint/core
Version:
abaplint - Core API
12 lines • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Stop = void 0;
const combi_1 = require("../combi");
const version_1 = require("../../../version");
class Stop {
getMatcher() {
return (0, combi_1.verNot)(version_1.Version.Cloud, "STOP");
}
}
exports.Stop = Stop;
//# sourceMappingURL=stop.js.map