@abaplint/core
Version:
abaplint - Core API
13 lines • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Body = void 0;
const _combi_1 = require("./_combi");
const normal_1 = require("./normal");
class Body {
getMatcher() {
// todo, this should be a "plus" instead, however its not implemented yet
return (0, _combi_1.star)((0, _combi_1.sub)(normal_1.Normal));
}
}
exports.Body = Body;
//# sourceMappingURL=body.js.map