UNPKG

@abaplint/core

Version:
12 lines 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AtPF = void 0; const combi_1 = require("../combi"); const version_1 = require("../../../version"); class AtPF { getMatcher() { return (0, combi_1.verNot)(version_1.Version.Cloud, (0, combi_1.seq)("AT", (0, combi_1.regex)(/^PF\d\d?$/i))); } } exports.AtPF = AtPF; //# sourceMappingURL=at_pf.js.map