UNPKG

@abaplint/core

Version:
14 lines 498 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SetCountry = void 0; const combi_1 = require("../combi"); const expressions_1 = require("../expressions"); const version_1 = require("../../../version"); class SetCountry { getMatcher() { const ret = (0, combi_1.seq)("SET COUNTRY", expressions_1.Source); return (0, combi_1.verNot)(version_1.Version.Cloud, ret); } } exports.SetCountry = SetCountry; //# sourceMappingURL=set_country.js.map