UNPKG

@abaplint/core

Version:
12 lines 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Summary = void 0; const combi_1 = require("../combi"); const version_1 = require("../../../version"); class Summary { getMatcher() { return (0, combi_1.verNot)(version_1.Version.Cloud, "SUMMARY"); } } exports.Summary = Summary; //# sourceMappingURL=summary.js.map