UNPKG

@abaplint/core

Version:
21 lines 535 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoObject = void 0; const _abstract_object_1 = require("./_abstract_object"); class InfoObject extends _abstract_object_1.AbstractObject { getType() { return "IOBJ"; } getAllowedNaming() { return { maxLength: 30, allowNamespace: true, }; } getDescription() { // todo return undefined; } } exports.InfoObject = InfoObject; //# sourceMappingURL=info_object.js.map