UNPKG

@abaplint/core

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