@abaplint/core
Version:
abaplint - Core API
11 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EndInterface = void 0;
const combi_1 = require("../combi");
class EndInterface {
getMatcher() {
return (0, combi_1.str)("ENDINTERFACE");
}
}
exports.EndInterface = EndInterface;
//# sourceMappingURL=endinterface.js.map