UNPKG

@abaplint/core

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