exports.hello = () => { return "Hello TSCLI!"; }; exports.goodbye = () => { return "See you later =)"; };