MCPcopy
hub / github.com/julianshapiro/velocity / isFunction

Function isFunction

velocity.js:67–69  ·  view source on GitHub ↗

* Check if a variable is a function.

(variable)

Source from the content-addressed store, hash-verified

65 * Check if a variable is a function.
66 */
67 function isFunction(variable) {
68 return Object.prototype.toString.call(variable) === "[object Function]";
69 }
70 /**
71 * Check if a variable is an HTMLElement or SVGElement.
72 */

Callers 12

isVelocityResultFunction · 0.70
isWrappedFunction · 0.70
registerActionFunction · 0.70
registerEasingFunction · 0.70
validateBeginFunction · 0.70
validateCompleteFunction · 0.70
validateEasingFunction · 0.70
validateProgressFunction · 0.70
registerNormalizationFunction · 0.70
expandPropertiesFunction · 0.70
velocity.jsFile · 0.70
Velocity$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…