erictgrubaugh
// N/search.js // removed the prototype call as it was throwing "N/prototype undefined" // added export of search object /** * @type {search} */ // N.prototype.search = search; module.exports = search;