UNPKG

@abaplint/core

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