UNPKG

@abaplint/core

Version:
18 lines 518 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArtifactsCDS = void 0; const Expressions = require("./expressions"); class ArtifactsCDS { static getExpressions() { const ret = []; const list = Expressions; for (const key in Expressions) { if (typeof list[key] === "function") { ret.push(list[key]); } } return ret; } } exports.ArtifactsCDS = ArtifactsCDS; //# sourceMappingURL=artifacts.js.map