teste se o valor é função
if (typeof v === 'function') {
// do something
}
Embarrassed Echidna
if (typeof v === 'function') {
// do something
}