mljs / tree-similarity

Tree similarity in Javascript
MIT License
8 stars 1 forks source link

API #1

Closed targos closed 9 years ago

targos commented 9 years ago
module.exports = treeSimilarity;

module.exports.getFunction = function(options) {
  // handle options
  // call S
}

module.exports.getTree = getTree;