UNPKG

@abaplint/core

Version:
22 lines 568 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NeptuneAPI = void 0; const _abstract_object_1 = require("./_abstract_object"); class NeptuneAPI extends _abstract_object_1.AbstractObject { getType() { return "ZN02"; } getAllowedNaming() { return { maxLength: 100, allowNamespace: true, customRegex: /.*/i, }; } getDescription() { // todo return undefined; } } exports.NeptuneAPI = NeptuneAPI; //# sourceMappingURL=neptune_api.js.map