UNPKG

saywhatever

Version:

Say whatever function.

11 lines (8 loc) 180 B
function sayWhatever(whatever) { console.log(whatever); return whatever; } function sayHello() { console.log("hello"); } module.exports = {sayWhatever, sayHello}