UNPKG

@abaplint/core

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