UNPKG

@abaplint/core

Version:
11 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EndTry = void 0; const combi_1 = require("../combi"); class EndTry { getMatcher() { return (0, combi_1.str)("ENDTRY"); } } exports.EndTry = EndTry; //# sourceMappingURL=endtry.js.map