UNPKG

@abaplint/core

Version:
11 lines 319 B
"use strict"; 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