blob: 000f58efc846bba9df6436798941ed3123d6dd25 [file] [log] [blame]
var registry = require('./registry/registry')
module.exports = function(search_opts) {
return registry.search(search_opts);
}