Node.jsでconsole.logを使った時に[Function]の中身がみたい場合

toString()を使うことで関数のコードがみれます。

console.log(myFunc.toString())