UNPKG

@abaplint/core

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