let editIngredient = { display: function(ingredient){ console.log("edit ingredient"); } } module.exports = editIngredient;