Przetestuj, czy wartość jest funkcją

if (typeof v === 'function') {
    // do something
}
Embarrassed Echidna