UNPKG

@abaplint/core

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