All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ml-modules.root.com.marklogic.smart-mastering.algorithms.test.sjs Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version

module.exports = {
  // Maps the internal implementation to a public name.
  customFunction: customFunction,
  setupFunction: setupFunction
};

// "Protected" function not accessible outside of the current module.
function customFunction() {
  // Do something…
}

// "Protected" function not accessible outside of the current module.
function setupFunction($reference, $options, $options) {
  return $options;
}

customFunction.$annotations = { "mdm:setup": { function: 'setupFunction' } };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy