scaffolding.custom-module.mjs.main-custom-legacy-upgrade.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
function main(content, options) {
let result = {};
let legacyOptions = options.options;
result["uri"] = content.uri;
result["value"] = require(legacyOptions["mainModuleUri"]).main(content.uri, legacyOptions);
return result;
}
export default {
main
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy