UNPKG

@abaplint/core

Version:
12 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EndAt = void 0; const combi_1 = require("../combi"); class EndAt { getMatcher() { const ret = (0, combi_1.str)("ENDAT"); return ret; } } exports.EndAt = EndAt; //# sourceMappingURL=endat.js.map