const util = { myFunction1() { alert("myFunction1"); }, myFunction2() { alert("myFunction2"); } }; export default util;