UNPKG

@abaplint/core

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