UNPKG

@abaplint/core

Version:
14 lines 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SetBlank = void 0; const combi_1 = require("../combi"); const version_1 = require("../../../version"); class SetBlank { getMatcher() { const onOff = (0, combi_1.alt)("ON", "OFF"); const ret = (0, combi_1.seq)("SET BLANK LINES", onOff); return (0, combi_1.verNot)(version_1.Version.Cloud, ret); } } exports.SetBlank = SetBlank; //# sourceMappingURL=set_blank.js.map